{"id":13472032,"url":"https://github.com/jihoonerd/Data_Structures_and_Algorithms_in_Python","last_synced_at":"2025-03-26T15:31:10.974Z","repository":{"id":37663237,"uuid":"91045996","full_name":"jihoonerd/Data_Structures_and_Algorithms_in_Python","owner":"jihoonerd","description":":book: Worked Solutions of \"Data Structures \u0026 Algorithms in Python\", written by Michael T. Goodrich, Roberto Tamassia and Michael H. Goldwasser. ✏️","archived":false,"fork":false,"pushed_at":"2024-08-28T12:36:53.000Z","size":1097,"stargazers_count":370,"open_issues_count":0,"forks_count":130,"subscribers_count":16,"default_branch":"main","last_synced_at":"2024-08-28T14:02:36.928Z","etag":null,"topics":["algorithm","data-structure","python","solutions"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jihoonerd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-12T03:09:51.000Z","updated_at":"2024-08-28T12:36:54.000Z","dependencies_parsed_at":"2023-01-25T07:00:59.586Z","dependency_job_id":"b91134b8-2e9e-48b2-9223-7e31c0a8eb85","html_url":"https://github.com/jihoonerd/Data_Structures_and_Algorithms_in_Python","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jihoonerd%2FData_Structures_and_Algorithms_in_Python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jihoonerd%2FData_Structures_and_Algorithms_in_Python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jihoonerd%2FData_Structures_and_Algorithms_in_Python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jihoonerd%2FData_Structures_and_Algorithms_in_Python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jihoonerd","download_url":"https://codeload.github.com/jihoonerd/Data_Structures_and_Algorithms_in_Python/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222151628,"owners_count":16939423,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["algorithm","data-structure","python","solutions"],"created_at":"2024-07-31T16:00:51.278Z","updated_at":"2024-10-30T02:31:18.463Z","avatar_url":"https://github.com/jihoonerd.png","language":"Jupyter Notebook","readme":"\u003cdiv align=\"center\"\u003e\n\n![logo](assets/logo.png)\n\n\u003c/div\u003e\n\nBrief, very brief summary of ***the Data Structures and Algorithms in Python*** book and worked solutions.\n\n![Data Structures and Algorithms in Python](https://media.wiley.com/product_data/coverImage300/75/11182902/1118290275.jpg)\n\n## Environment / Installation\n\n* Python 3.8\n\nIntall dependencies for this repo.\n\n```bash\n$ pip install -r requirements.txt\n```\n\n## Contents\n\n|Chapter|Contents|Exercise|\n|---|---|---|\n|Chapter 01| N/A |[Notebook](https://github.com/jihoonerd/Data_Structures_and_Algorithms_in_Python/blob/main/Exercises/Chapter_01.ipynb)|\n|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)|\n|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)|\n|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)|\n|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)|\n|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)|\n|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)|\n|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)|\n|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)|\n\n\n\n\n","funding_links":[],"categories":["Jupyter Notebook"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjihoonerd%2FData_Structures_and_Algorithms_in_Python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjihoonerd%2FData_Structures_and_Algorithms_in_Python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjihoonerd%2FData_Structures_and_Algorithms_in_Python/lists"}