{"id":18418139,"url":"https://github.com/ishaansathaye/cpe202-datastructalgos","last_synced_at":"2026-05-12T07:34:01.425Z","repository":{"id":141544463,"uuid":"444139772","full_name":"ishaansathaye/CPE202-DataStructAlgos","owner":"ishaansathaye","description":"CPE 202 Data Structures and Algorithms Winter 2022 Freshman at Cal Poly","archived":false,"fork":false,"pushed_at":"2022-03-14T19:36:51.000Z","size":120,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-13T05:53:52.443Z","etag":null,"topics":["algorithm","binary","binary-search-tree","data","graph","hash","heap","python","queue","stack","structures"],"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/ishaansathaye.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":"2022-01-03T17:09:14.000Z","updated_at":"2022-03-12T06:29:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"6604217c-6840-45b7-a6eb-79659ceb9c1e","html_url":"https://github.com/ishaansathaye/CPE202-DataStructAlgos","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/ishaansathaye%2FCPE202-DataStructAlgos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishaansathaye%2FCPE202-DataStructAlgos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishaansathaye%2FCPE202-DataStructAlgos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishaansathaye%2FCPE202-DataStructAlgos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ishaansathaye","download_url":"https://codeload.github.com/ishaansathaye/CPE202-DataStructAlgos/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248670502,"owners_count":21142901,"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","binary","binary-search-tree","data","graph","hash","heap","python","queue","stack","structures"],"created_at":"2024-11-06T04:12:40.209Z","updated_at":"2026-05-12T07:34:01.383Z","avatar_url":"https://github.com/ishaansathaye.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CPE 202: Data Structures and Algorithms - Cal Poly First Year Winter Quarter 2021-2022\n---\n## Labs\n### [Lab 0](https://github.com/cpe202Winter2022/lab0-ishaansathaye)\n### [Lab 1](https://github.com/cpe202Winter2022/lab1-ishaansathaye)\n### [Lab 2](https://github.com/cpe202Winter2022/lab2-ishaansathaye)\n### [Lab 3](https://github.com/cpe202Winter2022/lab3-ishaansathaye)\n### [Lab 4](https://github.com/cpe202Winter2022/lab4-ishaansathaye)\n### [Lab 5](https://github.com/cpe202Winter2022/lab5-ishaansathaye)\n### [Lab 6](https://github.com/cpe202Winter2022/lab6-ishaansathaye)\n### [Lab 7](https://github.com/cpe202Winter2022/lab7-ishaansathaye)\n### [Lab 8](https://github.com/cpe202Winter2022/lab8-ishaansathaye)\n### [Lab 9 Assignment](http://users.csc.calpoly.edu/~grader-ph/202/labs/lab09/lab09.pdf)\n- [Word Document](https://cpslo-my.sharepoint.com/:w:/r/personal/isathaye_calpoly_edu/Documents/First%20Year/Winter%20Quarter/CPE%20202%20%20-%20Data%20Structures%20and%20Algorithms/Lab%209%20Writeup.docx?d=w22034059047d4aa8a908baa4c5e2f837\u0026csf=1\u0026web=1\u0026e=SqTYpa)\n---\n## Projects\n### [Project 1](https://github.com/cpe202Winter2022/p1-ishaansathaye)\n### [Project 2](https://github.com/cpe202Winter2022/p2-ishaansathaye)\n### [Project 3](https://github.com/cpe202Winter2022/p3-ishaansathaye)\n### [Project 4](https://github.com/cpe202Winter2022/p4-ishaansathaye)\n### [Project 5](https://github.com/cpe202Winter2022/p5-ishaansathaye)\n---\n## Notes\n### [Lecture 1 and 2 - Unittest and Equality Function in Classes](unittesting_equality.ipynb)\n### [Lecture 3 - Recursion](recursion.ipynb)\n### [Lecture 4 - Analysis of Algorithms](analysis_algorithms.ipynb)\n### [Lecture 5 - ADT Stack](adt_stack.ipynb)\n### [Lecture 6 - ADT Queue](adt_queue.ipynb)\n### [Lecture 7 - ADT List](adt_list.ipynb)\n### [Lecture 8 - Doubly Linked List](doubly_linked_list.ipynb)\n### [Lecture 9 - Binary Tree](tree.ipynb)\n### [Lecture 10 - Sorting Algorithms](sorting.ipynb)\n### [Lecture 11 - Time Estimations](time_estimations.ipynb)\n### [Lecture 12 - Priority Queue and Binary Heap](priority_queue.ipynb)\n### [Lecture 13 - Hash Tables](hash_tables.ipynb)\n### [Lecture 14 - Graphs and T Sort](graphs_tsort.ipynb)\n### [Lecture 15 - Graph Traversals](graph_traversal.ipynb)\n### [Lecture 16 - Red Black Trees](red_black_trees.ipynb)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fishaansathaye%2Fcpe202-datastructalgos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fishaansathaye%2Fcpe202-datastructalgos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fishaansathaye%2Fcpe202-datastructalgos/lists"}