An open API service indexing awesome lists of open source software.

https://github.com/techjacker/pyalgorithmdesignanalysis


https://github.com/techjacker/pyalgorithmdesignanalysis

Last synced: 26 days ago
JSON representation

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)