Menu

Problem Solving Questions

MCQ
41.
For general graph, how one can get rid of repeated states?
forum Discussion
MCQ
42.
DFS is ______ efficient and BFS is __________ efficient.
forum Discussion
MCQ
43.
The main idea of Bidirectional search is to reduce the time complexity by searching two way simultaneously from start node and another from goal node.
forum Discussion
MCQ
44.
What is the other name of informed search strategy?
forum Discussion
MCQ
45.
How many types of informed search method are in artificial intelligence?
forum Discussion
MCQ
46.
Which search uses the problem specific knowledge beyond the definition of the problem?
forum Discussion
MCQ
47.
Which function will select the lowest expansion node at first for evaluation?
forum Discussion
MCQ
48.
What is the heuristic function of greedy best-first search?
forum Discussion
MCQ
49.
Which search uses only the linear space for searching?
forum Discussion
MCQ
50.
Which method is used to search better by learning?
forum Discussion
chevron_left BackPage 5 of 10Next chevron_right