a) 8-Puzzle problem
b) 8-queen problem
c) Finding a optimal path from a given source to a destination
d) Mars Hover (Robot Navigation)
Answer: d
Explanation: Problem-solving approach works well for toy problems and real-world problems.
Related Posts
How many successors are generated in backtracking search?
When is breadth-first search is optimal?
How many types are available in uninformed search method?
Which search is implemented with an empty first-in-first-out queue?
Which search strategy is also called as blind search?
Which is the best way to go for Game playing problem?
Which search method takes less memory?
Join The Discussion