Python Data Structures A to Z

所在平台: Udemy

课程主页: https://www.udemy.com/course/python-data-structures-a-to-z/

课程评论:没有评论

第一个写评论        关注课程

课程简介

Coursera 课程《Python 数据结构 A 到 Z》 (Python Data Structures A to Z) **课程概述:** 本课程旨在深入讲解各种数据结构的工作原理,并通过 Python 代码实践来展示如何实现它们。所有代码讲解均基于 Python 3,并将在 Jupyter Notebook 中进行演示。课程所有代码和演示文稿均可在 GitHub 上下载。 **课程内容:** * **原生 Python 数据结构:** 字符串 (String), 列表 (List), 元组 (Tuple), 集合 (Set), 字典 (Dictionary) * **进阶数据结构:** 栈 (Stacks), 队列 (Queues), 堆 (Heaps), 链表 (Linked Lists), 二叉搜索树 (Binary Search Trees), 图 (Graphs) **学习方式:** 课程结合了概念性讲解和代码实践,帮助学习者理解数据结构的核心概念并掌握在 Python 中实现它们的方法。

课程评论(0条)

课程详情

This course combines conceptual lectures to explain how a data structure works, and code lectures that walk through how to implement a data structure in Python code. All the code lectures are based on Python 3 code in a Jupyter notebook. All the code and presentations are available for download on Github.Data structures covered in this course include native Python data structures String, List, Tuple, Set, and Dictionary, as well as Stacks, Queues, Heaps, Linked Lists, Binary Search Trees, and Graphs.

课程标签

0人关注该课程

主题相关的课程