Just getting into Datastructures and Algorithms. I devised a problem where I step through a tree and return all the elements above a given number. My idea was to use recursion,