This repository is my progress of learning and implementing Data Structures and Algorithms along with the notes I take.
Created: 02/08/2024
Last Updated: 02/08/2024
-
Resources:
-
Daily Commit:
- Create a repository for a "30 days of DSA" like challenge. (This repository)
-
Daily Study Routine:
- Watch Abdul Bari videos for approximately 45 minutes daily.
- If time allows, briefly review/listen to MIT lectures.
-
Practical Application:
- Implement data structures in code, research if needed.
- Fully understand the code.
- Try to write the data structures in two different programming languages without referencing the original code.