Non Recursive Binary Tree Traversal(vadmyst.blogspot.com)
submitted by
Tsymdav(10) 4 years, 4 months ago
Since, tail-recursion approach is still a recursive one and there is no guarantee that the language of use will support it or the algorithm will allow it - best way not to go into trouble is to make no recursive calls at all.
|category: C#
|Views: 299
tags:
BinaryTree C# another
Everyones tags:
Your Tags: