Welcome to the DSA Bootcamp repository. This resource is specifically designed for BSC CSIT, BIT, and BCA 3rd semester students to master Data Structures and Algorithms with structured topics, C implementations, and pseudo-code.
| Unit | Topic | Content |
|---|---|---|
| Unit 2 | Stack | Algorithms, C programs, Pseudo-code |
| Unit 3 | Queue | Algorithms, C programs, Pseudo-code |
| Unit 4 | Recursion | Algorithms, C programs, Pseudo-code |
| Unit 5 | Linked List | Singly, Doubly, & Circular Linked Lists |
| Unit 6 | Sorting | Algorithms, C programs, Pseudo-code |
| Unit 7 | Searching & Hashing | Algorithms, C programs, Pseudo-code |
| Unit 8 | Trees & Graphs | Algorithms, C programs, Pseudo-code |
- Navigate to the specific Unit folder you're interested in.
- Explore the
Algorithmsfor logic,C programsfor implementation, andPseudo codefor quick reference.
Happy Coding! 💻