📌 Fall 2024 | Course: CSE220 - Data Structures (IN PYTHON)
Welcome to my repository for CSE220 lab assignments! This repo contains all the solutions I’ve completed throughout the semester.
Just don't...
- Lab 1: Linear Array + 2D Array
- Lab 2: Singly Linked List Tasks
- Lab 3: Doubly Linked List and Stack
- Lab 4: Hashing
- Lab 5: Binary Tree
- Lab 6: BST
- Lab 7: Heap
- Lab 8: Graph
Some of the solutions in this repository contain mistakes, which have been explicitly pointed out within the code using comments. If you find any errors, feel free to fix them and contribute!
If you’d like to help correct mistakes, you’re more than welcome to contribute. Here’s how:
- Fork this repository.
- Fix any code marked as incorrect. Please don't add new code—just correct my errors.
- Create a pull request with a brief description of your changes.
Your contributions are greatly appreciated! 🙌
Happy coding! 🚀