Deloitte interview question

What data structures do we use to implement BFS and DFS ?

Interview Answer

Anonymous

Sep 6, 2015

We use Stack for DFS and Queue for BFS