GeeksforGeeks » Trees specific questions
Print even numbered levels starting from last-level.
(1 post)-
A 3 –ary tree consists of two data fields: name and Age. Design an algorithm for viewing the contents of all even numbered levels starting from last-level. In a level display all nodes from right to left. Root is at level 0.
Reply
You must log in to post.