We're sorry this project doesn't work properly without JavaScript enabled. Please enable it to continue.
欢迎来到在线教学平台
首页 - 课程列表 - 课程详情
数据结构(DataStructures)
课程类型:选修课
主讲教师:吕建明
建议学分:3.00分
课程编码:xtzx0730
2. List
3. Tree
s 3.3 Traversal (7分钟)
s 3.4 Binary Search Tree (3分钟)
s 3.5 Search on BST (3分钟)
s 3.6 Insertion on BST (4分钟)
s 3.7 Introduction of Heap (5分钟)
s 3.8 Construction of Heap (12分钟)
s 3.9 Operations on Heap (8分钟)
s 3.10 General Tree (8分钟)
5. Index
s 5.1 Introduction of Index (3分钟)
s 5.2 Linear Index (3分钟)
s 5.3 2-3 tree index (7分钟)
s 5.5 B-Tree (6分钟)
6. Graph
s 6.1 Definition of Graph (6分钟)
s 6.3 Adjacency Matrix (5分钟)
s 6.4 Adjacency List (7分钟)
s 6.5 Graph Traversal - DFS (7分钟)
s 6.6 Graph Traversal - BFS (4分钟)
s 6.7 Topological Sort (9分钟)
s 6.8 Shortest Path Problem (4分钟)
s 6.10 Dijkstra Algorithm (7分钟)
7. Sorting
s 7.1 Sorting Problem (3分钟)
s 7.2 Insertion Sort (9分钟)
s 7.3 Selection Sort (7分钟)
s 7.4 Bubble Sort (7分钟)
s 7.5 Shell Sort (10分钟)
s 7.6 Quick Sort (10分钟)
s 7.7 Heap Sort (3分钟)
s 7.8 Comparison (2分钟)