Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cundi/Problem-Solving-with-Algorithms-and-Data-Structures-Using-Python
《Python算法和数据结构问题解答》
https://github.com/cundi/Problem-Solving-with-Algorithms-and-Data-Structures-Using-Python
Last synced: 3 months ago
JSON representation
《Python算法和数据结构问题解答》
- Host: GitHub
- URL: https://github.com/cundi/Problem-Solving-with-Algorithms-and-Data-Structures-Using-Python
- Owner: cundi
- Created: 2016-08-07T15:14:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-11T13:02:45.000Z (over 8 years ago)
- Last Synced: 2024-05-12T23:55:43.643Z (6 months ago)
- Size: 2.35 MB
- Stars: 9
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Problem-Solving-with-Algorithms-and-Data-Structures-Using-Python
《Python算法和数据结构问题解答》本书来自《Problem-Solving-with-Algorithms-and-Data-Structures-Using-Python》第三版,2013年9月出版.
本书还是新西兰奥克兰大学的教科书,你可以在这里找到该书的PDF电子档:https://www.cs.auckland.ac.nz/courses/compsci105ssc/resources/
课程介绍:https://www.cs.auckland.ac.nz/courses/compsci105ssc/
基本的递归和常见的搜索以及排序算法实现过程剖析。