Hi,
My teacher asked us for homework to do the following task:
Create a binary tree with the vowels and walk through this tree using a pre-order traversal algorithm and insert the output in a array, then write an algorithm to print the array using post-order traversal.
I haven't figured out how can I do this, I can't use a tree, The traversal must be done using the array.
Does anyone have any idea?