Additional Resources (#24907)

* Additional Resources

Added links to wiki and basic graph algorithms.

* Added formatting
This commit is contained in:
Bradley
2018-12-14 20:12:53 -05:00
committed by Manish Giri
parent 5d7e0ad16b
commit f8e615341f

View File

@ -23,3 +23,8 @@ Some of the most common graph algorithms are:
<a href='https://github.com/freecodecamp/guides/tree/master/src/pages/algorithms/graph-algorithms/dijkstra/index.md' target='_blank' rel='nofollow'>Dijkstra</a>
<a href='https://github.com/freecodecamp/guides/tree/master/src/pages/algorithms/graph-algorithms/floyd-warshall-algorithm/index.md' target='_blank' rel='nofollow'>Floyd-Warshall Algorithm</a>
#### 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)