um a question though, we have an assignment which is to create a tree which has a maximum of 5 levels and 3 children and it must be able to traverse preorder, postorder, and the two other orders(^^ which i forgot) and i want to ask should i do (i'm thinking of using a stack or node is making this program)