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)
- Host: GitHub
- URL: https://github.com/dusansimic/graphapi
- Owner: dusansimic
- License: mit
- Created: 2023-10-29T21:37:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-15T15:51:06.000Z (over 1 year ago)
- Last Synced: 2025-02-12T05:39:38.696Z (4 months ago)
- Language: Java
- Size: 51.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).