Challenge for Tree Traversal
Challenge
You will be given an array as input, which represents a Tree, as before. Process the array into a Tree of Nodes, as shown above. Then go through the tree and print it in post-order.
(Print each number space-separated, and each tree on it's own line.)
Please sign in or sign up to submit answers.
Alternatively, you can try out Learneroo before signing up.