Pergunta de entrevista da empresa Atlassian

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.

Resposta da entrevista

Sigiloso

12 de dez. de 2013

hint: if left, add to list, otherwise traverse recursively to other siblings. Create a new Function