Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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. ✏️
- Host: GitHub
- URL: https://github.com/jihoonerd/Data_Structures_and_Algorithms_in_Python
- Owner: jihoonerd
- Created: 2017-05-12T03:09:51.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-08-28T12:36:53.000Z (2 months ago)
- Last Synced: 2024-08-28T14:02:36.928Z (2 months ago)
- Topics: algorithm, data-structure, python, solutions
- Language: Jupyter Notebook
- Homepage:
- Size: 1.05 MB
- Stars: 370
- Watchers: 16
- Forks: 130
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)|