{"id":17030219,"url":"https://github.com/shenxiangzhuang/data-structures-and-algorithms-in-python","last_synced_at":"2025-09-16T05:00:30.512Z","repository":{"id":112039425,"uuid":"192932052","full_name":"shenxiangzhuang/data-structures-and-algorithms-in-python","owner":"shenxiangzhuang","description":"Exercise solutions for Data Structures and Algorithms in Python(Michael T. Goodrich)","archived":false,"fork":false,"pushed_at":"2024-10-11T05:22:05.000Z","size":872,"stargazers_count":44,"open_issues_count":0,"forks_count":15,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-21T23:01:03.710Z","etag":null,"topics":["algorithms","data-structures","jupyter-notebooks","python3","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/shenxiangzhuang.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,"zenodo":null}},"created_at":"2019-06-20T14:11:40.000Z","updated_at":"2025-07-02T05:10:58.000Z","dependencies_parsed_at":"2025-05-29T15:48:25.910Z","dependency_job_id":null,"html_url":"https://github.com/shenxiangzhuang/data-structures-and-algorithms-in-python","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/shenxiangzhuang/data-structures-and-algorithms-in-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shenxiangzhuang%2Fdata-structures-and-algorithms-in-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shenxiangzhuang%2Fdata-structures-and-algorithms-in-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shenxiangzhuang%2Fdata-structures-and-algorithms-in-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shenxiangzhuang%2Fdata-structures-and-algorithms-in-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shenxiangzhuang","download_url":"https://codeload.github.com/shenxiangzhuang/data-structures-and-algorithms-in-python/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shenxiangzhuang%2Fdata-structures-and-algorithms-in-python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275364762,"owners_count":25451517,"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","status":"online","status_checked_at":"2025-09-16T02:00:10.229Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["algorithms","data-structures","jupyter-notebooks","python3","solutions"],"created_at":"2024-10-14T08:05:08.547Z","updated_at":"2025-09-16T05:00:30.489Z","avatar_url":"https://github.com/shenxiangzhuang.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Data-Structures-and-Algorithms-in-Python\n\nExercise solutions for Data Structures and Algorithms in Python(Michael T. Goodrich).\n\n- `notebooks`: Jupyter notebooks for exercises.\n- `code`: Source code for exercises.\n\n## Notebooks with nbviewer\nFor convenient purposes, we give the link of the notebooks in nbviewer:\n- [Chap1 Python Primer](https://nbviewer.jupyter.org/github/shenxiangzhuang/Data-Structures-and-Algorithms-in-Python/blob/master/notebooks/Chap1%20Python%20Primer.ipynb)\n- [Chap2 Object-Oriented Programming](https://nbviewer.jupyter.org/github/shenxiangzhuang/Data-Structures-and-Algorithms-in-Python/blob/master/notebooks/Chap2%20Object-Oriented%20Programming.ipynb)\n- [Chap3 Algorithm Analysis](https://nbviewer.jupyter.org/github/shenxiangzhuang/Data-Structures-and-Algorithms-in-Python/blob/master/notebooks/Chap3%20Algorithm%20Analysis.ipynb)\n- [Chap4 Recursion](https://nbviewer.jupyter.org/github/shenxiangzhuang/Data-Structures-and-Algorithms-in-Python/blob/master/notebooks/Chap4%20Recursion.ipynb)\n- [Chap5 Array-Based Sequences](https://nbviewer.jupyter.org/github/shenxiangzhuang/Data-Structures-and-Algorithms-in-Python/blob/master/notebooks/Chap5%20Array-Based%20Sequences.ipynb)\n- [Chap6 Stacks\u0026Queues\u0026Deques](https://nbviewer.jupyter.org/github/shenxiangzhuang/Data-Structures-and-Algorithms-in-Python/blob/master/notebooks/Chap6%20Stacks%26Queues%26Deques.ipynb)\n- [Chap7 Linked Lists](https://nbviewer.jupyter.org/github/shenxiangzhuang/Data-Structures-and-Algorithms-in-Python/blob/master/notebooks/Chap7%20Linked%20Lists.ipynb)\n\n## Build all structures from scratch\nI implement almost all the data structures in this book from scratch in the `toydata`package,\nsee details in [https://github.com/shenxiangzhuang/toydata](https://github.com/shenxiangzhuang/toydata).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshenxiangzhuang%2Fdata-structures-and-algorithms-in-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshenxiangzhuang%2Fdata-structures-and-algorithms-in-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshenxiangzhuang%2Fdata-structures-and-algorithms-in-python/lists"}