From f8e615341f4bc5502214d0139fc1c156c8ae1290 Mon Sep 17 00:00:00 2001 From: Bradley Date: Fri, 14 Dec 2018 20:12:53 -0500 Subject: [PATCH] Additional Resources (#24907) * Additional Resources Added links to wiki and basic graph algorithms. * Added formatting --- guide/english/algorithms/graph-algorithms/index.md | 5 +++++ 1 file changed, 5 insertions(+) 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)