Skip to content

Commit c513bbf

Browse files
committed
New picture for README
1 parent fae73d3 commit c513bbf

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Golang 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

711
The 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

4751
The only accepted reason to modify the API of this package is to
4852
handle 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
5256
in a computer science textbook.
5357

5458
Stefan 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+

top.png

15.4 KB
Loading

0 commit comments

Comments
 (0)