Deloitte interview question

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

Interview Answer

Anonymous

6 Sept 2015

We use Stack for DFS and Queue for BFS