Electronic Arts interview question

How to implement BFS in a binary tree

Interview Answer

Anonymous

9 Mar 2011

Tip: use a queue

2