Pergunta de entrevista da empresa HealthTap

Implement BFS iteratively

Resposta da entrevista

Sigiloso

14 de set. de 2016

more or less the same as DFS, except use Queue() instead of a stack, and change the push() and pop() methods to enqueue() and dequeue().