Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bat67/fundamentals-of-python-data-structures
《数据结构(Python语言描述)》"Fundamentals of Python:Data Structures" 电子书和配套代码
https://github.com/bat67/fundamentals-of-python-data-structures
book books code data-structures datastructures ebook ebooks fundamentals python python-3 python3
Last synced: 2 months ago
JSON representation
《数据结构(Python语言描述)》"Fundamentals of Python:Data Structures" 电子书和配套代码
- Host: GitHub
- URL: https://github.com/bat67/fundamentals-of-python-data-structures
- Owner: bat67
- Created: 2018-09-19T02:39:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-29T02:03:38.000Z (over 5 years ago)
- Last Synced: 2023-04-11T04:41:25.673Z (almost 2 years ago)
- Topics: book, books, code, data-structures, datastructures, ebook, ebooks, fundamentals, python, python-3, python3
- Language: Python
- Homepage:
- Size: 86.9 MB
- Stars: 35
- Watchers: 1
- Forks: 22
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fundamentals of Python Data Structures | 数据结构:Python语言描述
>"Fundamentals of Python Data Structures" Books and Code
>《数据结构:Python语言描述》书籍和配套代码电子书见Repo中的pdf文件
## Table of Contents
* CHAPTER 1 Basic Python Programming
* CHAPTER 2 An Overview of Collections
* CHAPTER 3 Searching, Sorting, and Complexity Analysis
* CHAPTER 4 Arrays and Linked Structures
* CHAPTER 5 Interfaces, Implementations, and Polymorphism
* CHAPTER 6 Inheritance and Abstract Classes
* CHAPTER 7 Stacks
* CHAPTER 8 Queues
* CHAPTER 9 Lists
* CHAPTER 10 Trees
* CHAPTER 11 Sets and Dictionaries
* CHAPTER 12 Graphs## English version
![English cover](image/cover_en.jpg)## Chinese version
![Chinese cover](image/cover_zh.jpg)