Welcome to the Semester 3 DSA Code Repository! This repo contains all the code and concepts explored in my Semester 3 Data Structures and Algorithms (DSA) course at PES University.
⚠️ Disclaimer: This is a learning repository, so some code here may not be 100% correct or optimized. Please feel free to raise issues, make corrections, and contribute wherever you see opportunities for improvement.
This repository covers a wide array of DSA topics, including but not limited to:
- Basic Data Structures
- Arrays
- Linked Lists
- Stacks and Queues
- Advanced Data Structures
- Trees (Binary Trees, AVL Trees)
- Heaps
- Graphs (Adjacency Matrix, BFS, DFS)
- Sorting Algorithms
- Searching Algorithms
- Dynamic Programming
- Other Algorithms
- Case Studies
- Hackathons
- Special Cases (Josephus Problem)
Contributions are welcome! If you spot any mistakes or have suggestions for improvements, feel free to:
- Raise an issue: For bugs, errors, or enhancements.
- Open a pull request: If you've improved or corrected any code.
Happy coding!