TITLE:
Binary Tree’s Recursion Traversal Algorithm and Its Improvement
AUTHORS:
Hua Li
KEYWORDS:
Binary Tree, Traversal, Stack
JOURNAL NAME:
Journal of Computer and Communications,
Vol.4 No.7,
May
25,
2016
ABSTRACT: Binary tree is a very important data
structure in computer science. Some major properties are discussed. Both
recursive and non-recursivetraversal methods of binary tree are discussed
in detail. Some improvements in programming are proposed.