Micro Focus Interview Question

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

Interview Answer

Anonymous

Feb 12, 2016

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