Electronic Arts interview question

How to implement BFS in a binary tree

Interview Answer

Anonymous

Mar 9, 2011

Tip: use a queue

2