Question d’entretien chez Meta

Given a binary tree, write code to print the tree out line by line

Réponse à la question d'entretien

Utilisateur anonyme

8 sept. 2014

So basically a level-order print out? You can use breadth first search for that.