Data_Structures_and_Algorithms_in_Python
Data_Structures_and_Algorithms_in_Python copied to clipboard
:book: Worked Solutions of "Data Structures & Algorithms in Python", written by Michael T. Goodrich, Roberto Tamassia and Michael H. Goldwasser. ✏️

Brief, very brief summary of the Data Structures and Algorithms in Python book and worked solutions.

Environment / Installation
- Python 3.8
Intall dependencies for this repo.
$ pip install -r requirements.txt
Contents
| Chapter | Contents | Exercise |
|---|---|---|
| Chapter 01 | N/A | Notebook |
| Chapter 02 | Notebook | Notebook |
| Chapter 03 | Notebook | Notebook |
| Chapter 04 | Notebook | Notebook |
| Chapter 05 | Notebook | Notebook |
| Chapter 06 | Notebook | Notebook |
| Chapter 07 | Notebook | Notebook |
| Chapter 08 | Notebook | Notebook |
| Chapter 09 | Notebook | Notebook |