6.1. 目标¶
6.1. Objectives
- 理解树数据结构是什么以及它是如何使用的。
- 了解树如何用来实现映射数据结构。
- 使用列表实现树。
- 使用类和引用实现树。
- 将树实现为递归数据结构。
- 使用堆实现优先级队列。
- To understand what a tree data structure is and how it is used.
- To see how trees can be used to implement a map data structure.
- To implement trees using a list.
- To implement trees using classes and references.
- To implement trees as a recursive data structure.
- To implement a priority queue using a heap.
最后更新:
2024年9月13日
创建日期: 2024年9月9日
创建日期: 2024年9月9日