Question d’entretien chez F5

Print out a binary tree by level

Réponse à la question d'entretien

Utilisateur anonyme

23 janv. 2015

Use an aux queue, insert the root node, then iterate over the queue, while inserting the leaves.