finding height of a BST by iteration



I know the Inorder, Preorder and Postorder traversal of a BST by
iteration.
Still I do not know how to calculate the height of a BST by iteration.
Can someone help me how to do it ? This is not a homework assignment.
I am not doing any course. I am learning C and data structres at home.

Kindly explain.

Thanks

.



Relevant Pages