Uninformed Search Algorithms

In the previous post, we learnt how we can model a search problem, the general tree search algorithm and properties of search algorithms. In this post, we’ll see how a search problem looks like in code, several uninformed search algorithms, why they are called uninformed and their properties.

Continue reading