Skip to content

Commit 64cf0a2

Browse files
Add a video for Iterative Deepening DFS
1 parent 44c8a71 commit 64cf0a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -758,6 +758,7 @@ Dijkstra Graph Search Algorihtm
758758
- https://www.coursera.org/learn/algorithms-graphs-data-structures/lecture/yeKm7/topological-sort till 10:00
759759
- https://www.coursera.org/learn/algorithms-graphs-data-structures/lecture/rng2S/computing-strong-components-the-algorithm
760760
- https://www.coursera.org/learn/algorithms-graphs-data-structures/lecture/f11at/structure-of-the-web-optional
761+
- Iterative Deepening Depth-First Search (IDDFS): the best of both BFS and DFS and has a much better time and space complexity. (https://www.youtube.com/watch?v=7QcoJjSVT38)
761762

762763

763764

0 commit comments

Comments
 (0)