Question d’entretien chez CoinTribe

Write function which takes root of binary tree as input and print postorder traversal in Python.

Réponse à la question d'entretien

Utilisateur anonyme

26 juin 2017

Wrote the function using recursion.