This repository is the collection of notes and resources for learning Data Structure
| Class | Topic | Resource |
|---|---|---|
| 1st | Introudction to DSA - ( Answering question of why, what, types and common data structures ) | DSA Intro Slides |
| 2nd | Concept of Linear & Binary Search | Linear & Binary Search Notebook |
| 3rd | Sorting (Bubble, Selection) | 1. Bubble Sort 2.Selection Sort |
| 4th | Sorting (Non-compariosn Based) | 1. Bucket Sort 2. Radix Sort |
| 5th | Stack & Queue Concept With Examples | Stack & Queue |
| 6th | Priority Queue & Basic of Link List | 1. priority Queue 2. List List Basics |
| 7th | Python Revision For DSA (Part1) | Python Revision For DSA Notebook- Part 1 |
| 8th | Link List Implementation (Traversing) | Link List Implementation |
| 9th | Official Holiday | --- -- |
| 10th | Link List Operation (adding,removing,searching) & Fucnction Call and Reucrssion | 1.Link List Operations 2. Function Call & Recurssions |
- Stack Implementation – Building a "Urgent" To-Do List - Stack implementation to build a to-do List and upload it on own github