问题答疑
首页
实训课程
公开课
更多
首页
实训课程
公开课
扫码下载Android
扫码下载iOS
登录
首页
实训课程
公开课
登录
首页 - 课程列表 - 课程详情
返回
数据结构(DataStructures)
课程类型:
选修课
发布时间:
2023-07-19 08:58:36
主讲教师:
吕建明
课程来源:
华南理工大学
建议学分:
3.00分
课程编码:
xtzx0730
课程介绍
课程目录
教师团队
1.Introduction
1.1IntroductionofDataStructure
(5分钟)
1.2DataStructureandAlgorithm
(3分钟)
1.3AsymptoticAnalysis
(6分钟)
1.4SimplifyingRulesofAsymptoticAnalysis
(4分钟)
2.1IntroductionofList
(5分钟)
2.2ArraybasedList
(5分钟)
2.3InsertionOperationonArraybasedList
(3分钟)
2.4RemoveOperationonArraybasedList
(3分钟)
2.5Linkedlist
(4分钟)
2.6InsertionOperationonLinkedlist
(3分钟)
2.7RemoveOperationonLinkedlist
(3分钟)
2.8SetPosOperationonLinkedlist
(3分钟)
2.9Stack
(6分钟)
2.10ApplicationofStack
(4分钟)
2.11Queue
(5分钟)
3.1DefinitionofBinaryTree
(8分钟)
3.2ImplementationofBinaryTree
(6分钟)
3.3Traversal
(7分钟)
3.4BinarySearchTree
(3分钟)
3.5SearchonBST
(3分钟)
3.6InsertiononBST
(4分钟)
3.7IntroductionofHeap
(5分钟)
3.8ConstructionofHeap
(12分钟)
3.9OperationsonHeap
(8分钟)
3.10GeneralTree
(8分钟)
4.1DefinitionofSearching
(2分钟)
4.2SearchingofSortedArray
(5分钟)
4.3DefinitionofHashTable
(8分钟)
4.4CollisioninHashTable
(6分钟)
4.5ExtensionofLinearProbing
(9分钟)
4.6InsertionOperationofHashTable
(6分钟)
4.7SearchOperationofHashTable
(5分钟)
5.1IntroductionofIndex
(3分钟)
5.2LinearIndex
(3分钟)
5.32-3treeindex
(7分钟)
5.4Implementationof2-3tree
(5分钟)
5.5B-Tree
(6分钟)
5.6InsertionOperationonB+Tree
(7分钟)
5.7DeletionOperationonB+Tree
(5分钟)
6.1DefinitionofGraph
(6分钟)
6.2ImplementationofGraph
(7分钟)
6.3AdjacencyMatrix
(5分钟)
6.4AdjacencyList
(7分钟)
6.5GraphTraversal-DFS
(7分钟)
6.6GraphTraversal-BFS
(4分钟)
6.7TopologicalSort
(9分钟)
6.8ShortestPathProblem
(4分钟)
6.9SingleSourceShortestPath
(8分钟)
6.10DijkstraAlgorithm
(7分钟)
7.1SortingProblem
(3分钟)
7.2InsertionSort
(9分钟)
7.3SelectionSort
(7分钟)
7.4BubbleSort
(7分钟)
7.5ShellSort
(10分钟)
7.6QuickSort
(10分钟)
7.7HeapSort
(3分钟)
7.8Comparison
(2分钟)