MCQOPTIONS
Bookmark
Saved Bookmarks
→
Data Structures and Algorithms
→
Evaluation Infix Expression Not Parenthesized in Data Structures and Algorithms
→
Which of the following is an example of Best First..
1.
Which of the following is an example of Best First Search algorithm?
A.
A*
B.
B*
C.
C*
D.
Both A* and B*
Answer» E.
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
In Depth First Search, how many times a node is visited?
Time Complexity of Breadth First Search is? (V – number of vertices, E – number of edges)
In BFS, how many times a node is visited?
Time Complexity of DFS is? (V - number of vertices, E - number of edges)
Regarding implementation of Depth First Search using stacks, what is the maximum distance between two nodes present in the stack? (considering each edge length 1)
What will be the result of depth first traversal in the following tree?
Regarding implementation of Breadth First Search using queues, what is the maximum distance between two nodes present in the queue? (considering each edge length 1)
What is the space complexity of standard DFS(V: no. of vertices E: no. of edges)?
Choose the incorrect statement about DFS and BFS from the following?
Which of the following is a possible result of depth first traversal of the given graph(consider 1 to be source element)?
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply