Question d’entretien chez Micro Focus

Write an algorithm which visits all nodes of a binary tree.

Réponse à la question d'entretien

Utilisateur anonyme

12 févr. 2016

I implemented an algorithm for doing that, using post-order traversal.