Domanda di colloquio di CoinTribe

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

Risposta di colloquio

Anonimo

26 giu 2017

Wrote the function using recursion.