Q69
Choose the incorrect statement about DFS and BFS from the following?
A.
BFS is equivalent to level order traversal in trees
B.
DFS is equivalent to post order traversal in trees
AnswerC.
DFS and BFS code has the same time complexity
D.
BFS is implemented using queue
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board