View on GitHub
Semester7
Notes of courses done/attended in semester 7 in college
Lecture 11
Lecture 11
Video
Depth-Limited Search
Iterative Deepening DFS
Comparison of Uniformed Search strategies
Video
link
Depth-Limited Search
DFS fails when search space is infinite
DLS termination
Example
Iterative Deepening DFS
iteratively increase l
complexity = O(b^d)
compare with bfs?
bfs me 10^6-10 bhi add hoga
Comparison of Uniformed Search strategies