Pergunta de entrevista da empresa InfoIMAGE

An algorithm question about tree traversal by level with a slight twist.

Resposta da entrevista

Sigiloso

7 de jun. de 2017

Use a queue to iterate over the nodes in order of their level in the tree.

1