{"id":18605601,"url":"https://github.com/fractalate/study-clrs-introduction-to-algorithms","last_synced_at":"2025-05-17T09:42:27.694Z","repository":{"id":260800746,"uuid":"882303221","full_name":"fractalate/study-clrs-introduction-to-algorithms","owner":"fractalate","description":"Study Materials for CLRS Introduction to Algorithms 3e","archived":false,"fork":false,"pushed_at":"2024-12-18T03:54:20.000Z","size":58,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-18T02:14:50.629Z","etag":null,"topics":["computer-science","mathematics"],"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/fractalate.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":"2024-11-02T13:11:54.000Z","updated_at":"2024-12-18T03:54:23.000Z","dependencies_parsed_at":"2024-11-02T17:21:51.884Z","dependency_job_id":"efae37b2-32ad-49d5-92aa-b62a40af1d5e","html_url":"https://github.com/fractalate/study-clrs-introduction-to-algorithms","commit_stats":null,"previous_names":["fractalate/study-clrs-introduction-to-algorithms"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fractalate%2Fstudy-clrs-introduction-to-algorithms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fractalate%2Fstudy-clrs-introduction-to-algorithms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fractalate%2Fstudy-clrs-introduction-to-algorithms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fractalate%2Fstudy-clrs-introduction-to-algorithms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fractalate","download_url":"https://codeload.github.com/fractalate/study-clrs-introduction-to-algorithms/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254595393,"owners_count":22097549,"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":["computer-science","mathematics"],"created_at":"2024-11-07T02:22:15.580Z","updated_at":"2025-05-17T09:42:27.660Z","avatar_url":"https://github.com/fractalate.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduction to Algorithms\n\nWelcome to my self study resources for [Introduction to Algorithms e3](https://mitpress.mit.edu/9780262533058/introduction-to-algorithms/) by Cormen, Leiserson, Rivest, and Stein (CLRS).\n\n## Index\n\n* Chapter 3\n  * [Chpater 3.2 Notes (Notebook)](./chapter_03/c03s02_notes.ipynb)\n  * [Chpater 3.2 Exercises (Notebook)](./chapter_03/c03s02_exercises.ipynb)\n\n## Python\n\nTo set up a Python virtual environment, from the root of this project:\n\n```\npython3 -m venv venv\nsource venv/bin/activate\n```\n\nThen install dependencies:\n\n```\npip install jupyter matplotlib numpy scipy\n```\n\nWhen returning to the project, activate your Python virtual environment again:\n\n```\nsource venv/bin/activate\n```\n\nNotebooks are distributed throughout the project, so you can open up Jupyter in the root of this project:\n\n```\njupyter notebook\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffractalate%2Fstudy-clrs-introduction-to-algorithms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffractalate%2Fstudy-clrs-introduction-to-algorithms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffractalate%2Fstudy-clrs-introduction-to-algorithms/lists"}