Process a binary tree to search by post-order, pre-order and in-order
Sigiloso
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