Home > Back-end >  Binary tree answer [o]
Binary tree answer [o]

Time:12-05

3, sort generated binary tree
Enter an integer 1-100-10, generate a sorted binary tree, so that is ordered sequence traversal results output,
Input: 10-100-1 integer
Output: according to the output sequence traversal of binary tree, then output binary tree level traversal
Requirements: must be used c + + language development; Must be binary tree model was achieved through the linked list, and can't use the STL

CodePudding user response:

What's the problem?

CodePudding user response:

The
reference 1/f, Simple, Soft reply:
what's the problem?

A run is an error

CodePudding user response:

To what's wrong?
  • Related