diff --git a/guide/english/algorithms/graph-algorithms/index.md b/guide/english/algorithms/graph-algorithms/index.md index 96cef8113e..08a78f892a 100644 --- a/guide/english/algorithms/graph-algorithms/index.md +++ b/guide/english/algorithms/graph-algorithms/index.md @@ -23,3 +23,8 @@ Some of the most common graph algorithms are: Dijkstra Floyd-Warshall Algorithm + +#### More Information + +- [Graph Theory - Wikipedia](https://en.wikipedia.org/wiki/Graph_theory "Graph theory Wiki") +- [Basic Graph Algorithms](https://web.stanford.edu/class/cs97si/06-basic-graph-algorithms.pdf)