Removed wrongly mapped Graph link (#33210)
Removed link since it was not working and found it has no use here.
This commit is contained in:
committed by
The Coding Aviator
parent
861e89bcac
commit
eb09e4000f
@ -14,8 +14,6 @@ Graphs are very useful data structures which can be to model various problems. T
|
|||||||
### Some Common Graph Algorithms
|
### Some Common Graph Algorithms
|
||||||
Some of the most common graph algorithms are:
|
Some of the most common graph algorithms are:
|
||||||
|
|
||||||
<a href='https://github.com/freecodecamp/guides/computer-science/data-structures/graphs/index.md' target='_blank' rel='nofollow'>Graphs</a>
|
|
||||||
|
|
||||||
<a href='https://github.com/freecodecamp/guides/tree/master/src/pages/algorithms/graph-algorithms/breadth-first-search/index.md' target='_blank' rel='nofollow'>Breadth First Search (BFS)</a>
|
<a href='https://github.com/freecodecamp/guides/tree/master/src/pages/algorithms/graph-algorithms/breadth-first-search/index.md' target='_blank' rel='nofollow'>Breadth First Search (BFS)</a>
|
||||||
|
|
||||||
<a href='https://github.com/freecodecamp/guides/tree/master/src/pages/algorithms/graph-algorithms/depth-first-search/index.md' target='_blank' rel='nofollow'>Depth First Search (DFS)</a>
|
<a href='https://github.com/freecodecamp/guides/tree/master/src/pages/algorithms/graph-algorithms/depth-first-search/index.md' target='_blank' rel='nofollow'>Depth First Search (DFS)</a>
|
||||||
|
Reference in New Issue
Block a user