JavierMarrero / jlibgraph

Comprehensive library for Graph theory and algorithms in Java
GNU Lesser General Public License v2.1
10 stars 9 forks source link

Implemented cycle detection algorithm for undirected graphs #6

Closed JavierMarrero closed 1 year ago

JavierMarrero commented 1 year ago

Discarded previous implementation of Dijkstra since weighted graphs are not allowed yet, but added a simple (yet not completely working) implementation of a cycle detection algorithm that showcases all the implementation of generic algorithms.