File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 22
33Golang library of basic graph algorithms
44
5+ ![ Topological ordering] ( top.png )
6+
7+ * Topological ordering, image by [ David Eppstein] [ de ] , [ CC0 1.0] [ cc010 ] .*
8+
59### Generic graph algorithms
610
711The algorithms can be applied to any graph data structure implementing
@@ -42,7 +46,7 @@ functions that describe the edges of a graph.
4246* The API of this library is frozen.
4347* Bug fixes and performance enhancement can be expected.
4448* New functionality might be included.
45- * The version numbers adhere to [ semantic versioning] ( http://semver.org/ ) .
49+ * The version numbers adhere to [ semantic versioning] [ sv ] .
4650
4751The only accepted reason to modify the API of this package is to
4852handle bug fixes that can't be resolved in any other reasonable way.
@@ -52,3 +56,8 @@ algorithms and data structures, akin to the ones that you might find
5256in a computer science textbook.
5357
5458Stefan Nilsson – [ korthaj] ( https://github.com/korthaj )
59+
60+ [ cc010 ] : https://creativecommons.org/publicdomain/zero/1.0/deed.en
61+ [ de ] : https://commons.wikimedia.org/wiki/User:David_Eppstein
62+ [ sv ] : http://semver.org/
63+
You can’t perform that action at this time.
0 commit comments