Mention the criteria for the evaluation of a search strategy.
(Years: 2021, 2014, 2011)
Or, List the criteria to measure the performance of different search strategies.
(Year: 2013)
Define a problem and its components.
(Year: 2014)
Or, Define a problem. Mention the basic elements that are to be included in the problem definition.
What is a real-world problem? How can a concise problem be formulated from it for solving?
(Year: 2013)
Define state-space search technique.
(Years: 2016, 2014)
What is a "uniform-cost search"? Write its merits and demerits.
(Year: 2011)
What is blind search?
(Years: 2017, 2011)
Differentiate uninformed and informed search.
(Years: 2016, 2014, 2013)
Or, Mention the difference between blind search and informed search.
(Year: 2018)
Discuss hill-climbing search. Mention some drawbacks of hill climbing search.
(Year: 2021)
Or, What do you know about hill climbing search? What are its drawbacks?
(Years: 2020, 2015)
How does hill climbing ensure greedy search? Discuss some potential problems of using hill climbing search. Provide examples of the cited problems.
(Year: 2013)
What is meant by an "admissible" heuristic?
(Years: 2018, 2016, 2015, 2011)
Write down the A algorithm and explain it with an example.
(Years: 2014, 2013, 2012)
How can the A algorithm be used to find the minimal cost overall path as quickly as possible?
(Years: 2014, 2013)
Write down the benefit of A search with respect to uniform-cost and greedy search.
(Year: 2017)
What is a heuristic search? Prove that A search is optimal.
(Year: 2021)
Or, Prove that A search is optimal and complete.*
(Years: 2018, 2015, 2011)
What is a heuristic function? Explain heuristics for constraint satisfaction problems.
(Year: 2013)
What is DFS (Depth-First Search)? Write down the algorithm of DFS with an example.
(Year: 2012)
Evaluate the best-first search using four evaluation criteria.
(Year: 2011)
Discuss the following search techniques with the help of an example:
i) Depth-First Search
ii) Breadth-First Search
(Year: 2013)
Differentiate Breadth-First Search and Depth-First Search.
(Year: 2021)
What are the advantages of BFS and DFS?
(Year: 2017)
Or, What are the merits and demerits of depth-first search and breadth-first search?
(Years: 2019, 2016)
Or, What are the merits and demerits of DFS and BFS?
(Year: 2018)
Or, What are the advantages and disadvantages of DFS and BFS?
(Year: 2011)