Assignment –II
1. Write and explain the Best –First Algorithm with an example
We start from source "S" and search for goal "I" using given costs and
Best First search.
2. Describe the working of Uniform –cost Search
3. Write and Explain the algorithm for Depth –First Iterative Deepening
4. Differentiate between informed and uninformed search strategies
5. Explain the iterative deepening A* algorithm with an example