An open API service indexing awesome lists of open source software.

https://github.com/dusansimic/graphapi

Library for Graphs and Trees (unofficial implementation following DSA3 course on Msc. Computer Science, Faculty of Sciences, University of Novi Sad)
https://github.com/dusansimic/graphapi

Last synced: 2 months ago
JSON representation

Library for Graphs and Trees (unofficial implementation following DSA3 course on Msc. Computer Science, Faculty of Sciences, University of Novi Sad)

Awesome Lists containing this project

README

        

# GraphAPI

> A simple library for Graph and Tree structure algorithms. It follows the
> Data Structures and Algorithms 3 course on Msc. for Computer Science, Faculty
> of Science, University of Novi Sad. The library is __UNOFFICIAL__.

> [!WARNING]
> I don't know what I'm doing with Gradle and JUnit. I don't usually work with
> Java so I'll probably do some dumb stuff here. The algorithms and the rest of
> the code I hope are fine.

I started this work when I started following the course Data Structures and
Algorithms 3 at my school. It's meant to help me figure stuff out and learn
things but feel free to use it for whatever you like (as long as you respect the
license agreement).