Ordered Data Structures

所在平台: CourseraArchive

课程类别: 其他类别

大学或机构: CourseraNew

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

课程评论:没有评论

第一个写评论        关注课程

课程大纲

Orientation; Linear Structures
Introduction to Tree Structures
Advanced Tree Structures
Heap Structures

课程评论(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.

有序数据结构:在本课程中,您将学习新的数据结构,以有效地存储和检索按有序序列结构化的数据。这些数据包括按字母顺序排列的名称列表,家谱,事件日历或按零件号组织的清单。本课程涵盖的特定数据结构包括数组,链表,队列,堆栈,树,二叉树,AVL树,B树和堆。本课程还通过算法复杂性分析,展示了这些结构如何使最快的算法能够搜索和排序数据。

课程标签

0人关注该课程

主题相关的课程