Week 13 - Introducing the Priority Queue

Uninformed Search

 

PriorityQueue

 

 

 

The last 2 searches

So far I have explained the Breadth-First Search, the Uniform Cost search (a variation of BFS) and the Depth-First Search. I have alluded to two other versions of the uninformed search several times - the Depth Limited and Iterative Deepening Searches.

I don't think it is required for you to understand these two searches as part of this course. But some of you might be curious. And the it doesn't take that long to explain them. So the following videos explain how they work.