From eb09e4000fca2dfc28186292b3b8fdcd07ef5264 Mon Sep 17 00:00:00 2001 From: Akshay Babbar Date: Mon, 1 Apr 2019 23:44:00 +0530 Subject: [PATCH] Removed wrongly mapped Graph link (#33210) Removed link since it was not working and found it has no use here. --- guide/english/algorithms/graph-algorithms/index.md | 2 -- 1 file changed, 2 deletions(-) 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)