https://github.com/ishaansathaye/cpe202-datastructalgos
CPE 202 Data Structures and Algorithms Winter 2022 Freshman at Cal Poly
https://github.com/ishaansathaye/cpe202-datastructalgos
algorithm binary binary-search-tree data graph hash heap python queue stack structures
Last synced: 8 months ago
JSON representation
CPE 202 Data Structures and Algorithms Winter 2022 Freshman at Cal Poly
- Host: GitHub
- URL: https://github.com/ishaansathaye/cpe202-datastructalgos
- Owner: ishaansathaye
- Created: 2022-01-03T17:09:14.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-14T19:36:51.000Z (over 3 years ago)
- Last Synced: 2025-04-13T05:53:52.443Z (8 months ago)
- Topics: algorithm, binary, binary-search-tree, data, graph, hash, heap, python, queue, stack, structures
- Language: Jupyter Notebook
- Homepage:
- Size: 117 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CPE 202: Data Structures and Algorithms - Cal Poly First Year Winter Quarter 2021-2022
---
## Labs
### [Lab 0](https://github.com/cpe202Winter2022/lab0-ishaansathaye)
### [Lab 1](https://github.com/cpe202Winter2022/lab1-ishaansathaye)
### [Lab 2](https://github.com/cpe202Winter2022/lab2-ishaansathaye)
### [Lab 3](https://github.com/cpe202Winter2022/lab3-ishaansathaye)
### [Lab 4](https://github.com/cpe202Winter2022/lab4-ishaansathaye)
### [Lab 5](https://github.com/cpe202Winter2022/lab5-ishaansathaye)
### [Lab 6](https://github.com/cpe202Winter2022/lab6-ishaansathaye)
### [Lab 7](https://github.com/cpe202Winter2022/lab7-ishaansathaye)
### [Lab 8](https://github.com/cpe202Winter2022/lab8-ishaansathaye)
### [Lab 9 Assignment](http://users.csc.calpoly.edu/~grader-ph/202/labs/lab09/lab09.pdf)
- [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&csf=1&web=1&e=SqTYpa)
---
## Projects
### [Project 1](https://github.com/cpe202Winter2022/p1-ishaansathaye)
### [Project 2](https://github.com/cpe202Winter2022/p2-ishaansathaye)
### [Project 3](https://github.com/cpe202Winter2022/p3-ishaansathaye)
### [Project 4](https://github.com/cpe202Winter2022/p4-ishaansathaye)
### [Project 5](https://github.com/cpe202Winter2022/p5-ishaansathaye)
---
## Notes
### [Lecture 1 and 2 - Unittest and Equality Function in Classes](unittesting_equality.ipynb)
### [Lecture 3 - Recursion](recursion.ipynb)
### [Lecture 4 - Analysis of Algorithms](analysis_algorithms.ipynb)
### [Lecture 5 - ADT Stack](adt_stack.ipynb)
### [Lecture 6 - ADT Queue](adt_queue.ipynb)
### [Lecture 7 - ADT List](adt_list.ipynb)
### [Lecture 8 - Doubly Linked List](doubly_linked_list.ipynb)
### [Lecture 9 - Binary Tree](tree.ipynb)
### [Lecture 10 - Sorting Algorithms](sorting.ipynb)
### [Lecture 11 - Time Estimations](time_estimations.ipynb)
### [Lecture 12 - Priority Queue and Binary Heap](priority_queue.ipynb)
### [Lecture 13 - Hash Tables](hash_tables.ipynb)
### [Lecture 14 - Graphs and T Sort](graphs_tsort.ipynb)
### [Lecture 15 - Graph Traversals](graph_traversal.ipynb)
### [Lecture 16 - Red Black Trees](red_black_trees.ipynb)