DSA_Roadmap_3_Months
DSA_Roadmap_3_Months
Month 1: Foundations
Week 1: Basics of Programming
- Topics:
- Learn Time Complexity (Big O notation, Big Omega, Big Theta).
- Understand basic loops, recursion, and conditional statements.
- Practice:
- Easy problems on loops and conditionals.
- Recursion basics.
- Resources:
- GeeksforGeeks - Time Complexity
- HackerRank - 10 Days of JavaScript or Python.