5.1. 目标¶
5.1. Objectives
- 能够解释并实现顺序查找和二分查找。
- 能够解释并实现选择排序、冒泡排序、归并排序、快速排序、插入排序和希尔排序。
- 理解哈希作为一种搜索技术的概念。
- 理解映射抽象数据类型。
- 使用哈希实现映射抽象数据类型。
- To be able to explain and implement sequential search and binary search.
- To be able to explain and implement selection sort, bubble sort, merge sort, quick sort, insertion sort, and Shell sort.
- To understand the idea of hashing as a search technique.
- To understand the map abstract data type.
- To implement the map abstract data type using hashing.
最后更新:
2024年9月13日
创建日期: 2024年9月9日
创建日期: 2024年9月9日