- 1. Print graphics
- 2. MadLibs
- 3. Calculator
- 4. Applications
- 5. Numbers
- 6. Conjectures
- 7. StudentMIS
- 8. Tickets System
- 9. Sequence List Basic System
- 10. Sequence List Application System
- 11. Link List Basic System
- 12. Link List Application System
- 13. Complexity of Algorithms
- 14. Queue Application System
- 15. Stack Application System
- 16. Sparse Matrix System
- 17. Triangular Matrix System
- 18. Idioms Solitaire(成语接龙)
- 19. Binary Tree System
- 20. Huffman Tree System
- 21. Graph System
- 22. BitOperation
- 23. BigNumber
- More to be coming...
Welcome to C++ Program Design!
For academic exchanges, please add WeChat: 22995321
Projects of C++
C++ Programming and Object-Oriented Design
Project 19. Binary Tree System
Click to Download the Executable Files.
Click to Download the Sources Files. (Password Needed)
Name: Binary Tree System
Copyright: Seng Dewen
Author: Seng Dewen
Date: Oct. 10, 2020
Description: Binary Tree System.
菜单(Press 0 for English Menu)
Menu(按0切换到中文菜单)
1. Create BT(Pre-Order)(前序创建二叉树)
2. Traverse Binary Tree(遍历二叉树)
3. Create BT(Pre-In Order)(前-中序构造二叉树)
4. Create BT(Post-In Order)(后-中序构造二叉树)
5. Clear Binary Tree(清空二叉树)
6.Show Stauts(显示二叉树状态)
7. Get Element(查找结点)
8. Show Node Path(显示结点路径)
9. Delete Node(删除结点)
10. Insert Node(插入结点)
11. Swap Tree(左右交换孩子)
12. Judge Tree Shape(二叉树形态判断)
13. Create BT(Array)(顺序存储创建二叉树)
14. Show Sequence Storage(链式转顺序存储)
15. Print Tree Shape(树型打印)
16. Exit(退出程序)
|