Lime Interview Question

Process a binary tree to search by post-order, pre-order and in-order

Interview Answer

Anonymous

May 23, 2019

I pseudo code the logic to search the binary tree using post-order on Go, using Google to search for help as I didn't fully remember the process involve in searching a binary tree, last time I did something like that was back in the University