Pergunta de entrevista da empresa CoinTribe

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

Resposta da entrevista

Sigiloso

26 de jun. de 2017

Wrote the function using recursion.