diff --git a/guide/english/algorithms/graph-algorithms/index.md b/guide/english/algorithms/graph-algorithms/index.md index fbc555d61e..03b85c5b89 100644 --- a/guide/english/algorithms/graph-algorithms/index.md +++ b/guide/english/algorithms/graph-algorithms/index.md @@ -14,8 +14,6 @@ Graphs are very useful data structures which can be to model various problems. T ### Some Common Graph Algorithms Some of the most common graph algorithms are: -Graphs - Breadth First Search (BFS) Depth First Search (DFS)