We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36753c0 commit 943ebbaCopy full SHA for 943ebba
1 file changed
Changelog
@@ -8,8 +8,11 @@ Unreleased:
8
9
Enhancements:
10
New location, and new main maintainers.
11
- Various fixes and improvements to the Makefile and testrunning.
+ Various fixes and improvements to the Makefile and test running.
12
Automatic tests and coverage of master and pull request with Travis and Coveralls.
13
+ Make shortest_path (Dijkstra's algorithm) run in O(E log V) instead of O(E^2) (dkorduban)
14
+ Make graph.add_edge run in O(1) instead of O(degree(V)) (dkorduban)
15
+ Added implementation of Kruskal's Minimum Spanning Tree construction algorithm (goldragoon)
16
17
18
Release 1.8.2 [July 14, 2012]
0 commit comments