Micro Focus interview question

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

Interview Answer

Anonymous

12 Feb 2016

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