Post Order Binary Tree Traverse

Design a conventional iterative algorithm to traverse a binary tree represented in two dimensional array in postorder.

Questions by Dheerendra_juli

Showing Answers 1 - 2 of 2 Answers

Shikhar Singhal

  • Jun 10th, 2013
 

When tree is implemented using linked list rather than 2-d array

Code
  1. span style="color: #ff0000;">"%d",&head);

  2. }

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions