Skip to content

Commit 09e8694

Browse files
committed
Remove dead link to old examples
1 parent 0fc72f8 commit 09e8694

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ foreach ($rome->getVerticesEdgeFrom() as $vertex) {
3636
}
3737
````
3838

39-
Looking for more example scripts? Check out [flos/graph-php](https://github.com/flos/graph-php).
40-
4139
## Features
4240

4341
This library is built around the concept of [mathematical graph theory](http://en.wikipedia.org/wiki/Graph_%28mathematics%29) (i.e. it is **not** a [charting](http://en.wikipedia.org/wiki/Chart) library for drawing a [graph of a function](http://en.wikipedia.org/wiki/Graph_of_a_function)). In essence, a graph is a set of *nodes* with any number of *connections* inbetween. In graph theory, [vertices](http://en.wikipedia.org/wiki/Vertex_%28graph_theory%29) (plural of vertex) are an abstract representation of these *nodes*, while *connections* are represented as *edges*. Edges may be either undirected ("two-way") or directed ("one-way", aka di-edges, arcs).

0 commit comments

Comments
 (0)