Domanda di colloquio di Micro Focus

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

Risposta di colloquio

Anonimo

12 feb 2016

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