Had to create a Tree traversal with given classes and interfaces. It's not the usual tree we know of. The code had some interfaces and classes, and I had to implement some parts in order to run in specific travers order.
Sigiloso
hint: if left, add to list, otherwise traverse recursively to other siblings. Create a new Function