Description: The basic requirements for the operation of binary tree: 1, used as a binary linked list storage structure, the establishment of a binary tree. 2, respectively, according to first order, in sequence and post-order tree traversal, the output of the traversal sequence. 3, prepared by the exchange of binary tree all nodes about their children s non-recursive algorithm.
To Search:
File list (Check if you may need any files):