We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8baf8fb commit ebfe039Copy full SHA for ebfe039
Changelog
@@ -14,7 +14,7 @@ Enhancements:
14
New location, and new main maintainers.
15
Various fixes and improvements to the Makefile and test running.
16
Automatic tests and coverage of master and pull request with Travis and Coveralls.
17
- Make shortest_path (Dijkstra's algorithm) run in O(E log V) instead of O(E^2) (dkorduban)
+2.0.0 (2025-06-13)
18
Make graph.add_edge run in O(1) instead of O(degree(V)) (dkorduban)
19
Added implementation of Kruskal's Minimum Spanning Tree construction algorithm (goldragoon)
20
Repackaged and updated to python3 (robinharms)
0 commit comments