Skip to content

Commit 660fc7c

Browse files
authored
add link to sample BFS question
1 parent d2d9044 commit 660fc7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

graphs/graph_traversals.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ def breadth_first_search(graph, start):
7373

7474
**Example interview question using BFS:**
7575

76+
* [Clone an undirected graph](https://www.geeksforgeeks.org/clone-an-undirected-graph/)
77+
7678

7779
**Runtime**: O(V + E)
7880

0 commit comments

Comments
 (0)