DSA QUICK NOTES
💥Quick Advice💥
- DSA is not a race. So, try to go with your own pace.
- Use **Leetcode** , HackeRank , Geeks for Geeks , CodeChef , CodeForces to solve problems.
- Make sure you stay consistent every day!!
💥Step-By-Step Roadmap💥
Prerequisites
- [ ] Have good understanding of any object-oriented programming Language such as Java, C++, Python, etc 👍
- [ ] Time Complexity & Space Complexity
📌Algorithms
- [ ] Recursion → Highly important. Try to understand it understand it thoroughly.
📍Searching
- [ ] Linear Search
- [ ] Binary Search
📍Sorting
- [ ] Bubble Sort
- [ ] Selection Sort