Skip to content

Commit

Permalink
New picture for README
Browse files Browse the repository at this point in the history
  • Loading branch information
korthaj committed Apr 29, 2017
1 parent fae73d3 commit c513bbf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Golang library of basic graph algorithms

![Topological ordering](top.png)

*Topological ordering, image by [David Eppstein][de], [CC0 1.0][cc010].*

### Generic graph algorithms

The algorithms can be applied to any graph data structure implementing
Expand Down Expand Up @@ -42,7 +46,7 @@ functions that describe the edges of a graph.
* The API of this library is frozen.
* Bug fixes and performance enhancement can be expected.
* New functionality might be included.
* The version numbers adhere to [semantic versioning](http://semver.org/).
* The version numbers adhere to [semantic versioning][sv].

The only accepted reason to modify the API of this package is to
handle bug fixes that can't be resolved in any other reasonable way.
Expand All @@ -52,3 +56,8 @@ algorithms and data structures, akin to the ones that you might find
in a computer science textbook.

Stefan Nilsson – [korthaj](https://github.com/korthaj)

[cc010]: https://creativecommons.org/publicdomain/zero/1.0/deed.en
[de]: https://commons.wikimedia.org/wiki/User:David_Eppstein
[sv]: http://semver.org/

Binary file added top.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c513bbf

Please sign in to comment.