This repo contains code for the second MIT introductory Python Course. The folders (e.g. PSet1) contain code for the assigned problem sets. Each folder contains a brief writeup of the problem set. The topics covered in the problem sets are also included here.
- Pset 1: dynamic programming, memoization, optimization
- Pset 2: graph traversal, breadth first search, optimization, OOP
- Pset 3: simulation, random walks, OOP
- Pset 4: simulation, OOP