Menu

Problem Solving Questions

MCQ
31.
Which data structure conveniently used to implement BFS?
forum Discussion
MCQ
32.
Which data structure conveniently used to implement DFS?
forum Discussion
MCQ
33.
The time and space complexity of BFS is (For time and space complexity problems consider b as branching factor and d as depth of the search tree.)
forum Discussion
MCQ
34.
Breadth-first search is not optimal when all step costs are equal, because it always expands the shallowest unexpanded node.
forum Discussion
MCQ
35.
uniform-cost search expands the node n with the __________
forum Discussion
MCQ
36.
Depth-first search always expands the ______ node in the current fringe of the search tree.
forum Discussion
MCQ
37.
Breadth-first search always expands the ______ node in the current fringe of the search tree.
forum Discussion
MCQ
38.
Optimality of BFS is ___________
forum Discussion
MCQ
39.
LIFO is ______ where as FIFO is ________
forum Discussion
MCQ
40.
When the environment of an agent is partially observable in search space following problem/problems could occur.
forum Discussion
chevron_left BackPage 4 of 10Next chevron_right