https://github.com/techjacker/pyalgorithmdesignanalysis
https://github.com/techjacker/pyalgorithmdesignanalysis
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/techjacker/pyalgorithmdesignanalysis
- Owner: techjacker
- Created: 2016-09-18T13:19:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-21T12:35:00.000Z (over 9 years ago)
- Last Synced: 2025-04-04T02:12:54.817Z (11 months ago)
- Size: 1.56 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Algorithms Design Analysis - Solutions in Python
Solutions to the [Algorithms Design and Analysis, Part 1](https://www.coursera.org/learn/algorithm-design-analysis/home/info), Stanford University course's problem sets.
-----------------------------------------------------------
## Reading
#### week 1
CLRS Chapter 2, 3, and 4 (through Section 4.2), and Sections 28.1 and 33.4
DPV: Sections 0.3, 2.1, 2.3, 2.5
#### week 2
CLRS Chapter 4 (Sections 4-6) and Chapter 7
DPV Section 2.2
#### week 3
CLRS Chapter 9, 22 (Only 22.1)
DPV Chapter 3 (only 3.1)