JavierMarrero / jlibgraph

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

Finished the bridge finding algorithm for undirected graphs. #27

Closed JavierMarrero closed 1 year ago

JavierMarrero commented 1 year ago

Finished adding and testing algorithm to find bridges in connected undirected graphs.