Ordered Data Structures

所在平台: Coursera

课程主页: https://www.coursera.org/learn/cs-fundamentals-2

课程评论:没有评论

第一个写评论        关注课程

课程简介

课程名称:有序数据结构 课程概述:在本课程中,您将学习如何有效储存和检索按顺序排列的数据的新数据结构。这类数据包括按字母排列的姓名列表、家谱、事件日历或按零件编号组织的库存。本课程涵盖的具体数据结构包括数组、链表、队列、栈、树、二叉树、AVL树、B树和堆。此外,课程还通过算法复杂度分析,展示了这些数据结构如何使最快的算法能够搜索和排序数据。 课程大纲: 1. 部分:入门;线性结构 2. 部分:树结构简介 3. 部分:高级树结构 4. 部分:堆结构 本课程适合希望深入理解有序数据结构及其操作的学习者,帮助他们在实际应用中高效管理和处理数据。

课程大纲

Part: 1

Title:Orientation; Linear Structures

Description:

Part: 2

Title:Introduction to Tree Structures

Description:

Part: 3

Title:Advanced Tree Structures

Description:

Part: 4

Title:Heap Structures

Description:

课程评论(0条)

课程详情

In this course, you will learn new data structures for efficiently storing and retrieving data that is structured in an ordered sequence. Such data includes an alphabetical list of names, a family tree, a calendar of events or an inventory organized by part numbers. The specific data structures covered by this course include arrays, linked lists, queues, stacks, trees, binary trees, AVL trees, B-trees and heaps. This course also shows, through algorithm complexity analysis, how these structures enable the fastest algorithms to search and sort data.

课程标签

0人关注该课程

主题相关的课程