Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jihoonerd/Data_Structures_and_Algorithms_in_Python

:book: Worked Solutions of "Data Structures & Algorithms in Python", written by Michael T. Goodrich, Roberto Tamassia and Michael H. Goldwasser. ✏️
https://github.com/jihoonerd/Data_Structures_and_Algorithms_in_Python

algorithm data-structure python solutions

Last synced: 11 days ago
JSON representation

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

Awesome Lists containing this project

README

        

![logo](assets/logo.png)

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

![Data Structures and Algorithms in Python](https://media.wiley.com/product_data/coverImage300/75/11182902/1118290275.jpg)

## Environment / Installation

* Python 3.8

Intall dependencies for this repo.

```bash
$ pip install -r requirements.txt
```

## Contents

|Chapter|Contents|Exercise|
|---|---|---|
|Chapter 01| N/A |[Notebook](https://github.com/jihoonerd/Data_Structures_and_Algorithms_in_Python/blob/main/Exercises/Chapter_01.ipynb)|
|Chapter 02|[Notebook](https://github.com/jihoonerd/Data_Structures_and_Algorithms_in_Python/blob/main/Contents/Chapter_02.ipynb)|[Notebook](https://github.com/jihoonerd/Data_Structures_and_Algorithms_in_Python/blob/main/Exercises/Chapter_02.ipynb)|
|Chapter 03|[Notebook](https://github.com/jihoonerd/Data_Structures_and_Algorithms_in_Python/blob/main/Contents/Chapter_03.ipynb)|[Notebook](https://github.com/jihoonerd/Data_Structures_and_Algorithms_in_Python/blob/main/Exercises/Chapter_03.ipynb)|
|Chapter 04|[Notebook](https://github.com/jihoonerd/Data_Structures_and_Algorithms_in_Python/blob/main/Contents/Chapter_04.ipynb)|[Notebook](https://github.com/jihoonerd/Data_Structures_and_Algorithms_in_Python/blob/main/Exercises/Chapter_04.ipynb)|
|Chapter 05|[Notebook](https://github.com/jihoonerd/Data_Structures_and_Algorithms_in_Python/blob/main/Contents/Chapter_05.ipynb)|[Notebook](https://github.com/jihoonerd/Data_Structures_and_Algorithms_in_Python/blob/main/Exercises/Chapter_05.ipynb)|
|Chapter 06|[Notebook](https://github.com/jihoonerd/Data_Structures_and_Algorithms_in_Python/blob/main/Contents/Chapter_06.ipynb)|[Notebook](https://github.com/jihoonerd/Data_Structures_and_Algorithms_in_Python/blob/main/Exercises/Chapter_06.ipynb)|
|Chapter 07|[Notebook](https://github.com/jihoonerd/Data_Structures_and_Algorithms_in_Python/blob/main/Contents/Chapter_07.ipynb)|[Notebook](https://github.com/jihoonerd/Data_Structures_and_Algorithms_in_Python/blob/main/Exercises/Chapter_07.ipynb)|
|Chapter 08|[Notebook](https://github.com/jihoonerd/Data_Structures_and_Algorithms_in_Python/blob/main/Contents/Chapter_08.ipynb)|[Notebook](https://github.com/jihoonerd/Data_Structures_and_Algorithms_in_Python/blob/main/Exercises/Chapter_08.ipynb)|
|Chapter 09|[Notebook](https://github.com/jihoonerd/Data_Structures_and_Algorithms_in_Python/blob/main/Contents/Chapter_09.ipynb)|[Notebook](https://github.com/jihoonerd/Data_Structures_and_Algorithms_in_Python/blob/main/Exercises/Chapter_09.ipynb)|