| | PROCEDURE PREORDER(T) [Given a binary tree whose root node address is given by the pointer variable T, this algorithm traverses the tree in preorder in an iterative manner].
1. [Initialize]
If T = NULL then write (“Empty Tree”) ... | | Posted By:Sophia Hughes Posted On: Jun 10 |
|