CodeNewbie Community 🌱

Shubham Mete
Shubham Mete

Posted on

31 Days of DSA (December)

I am starting with Data Structures and Algorithms from scratch and will list down the things that I have learned.

Top comments (3)

Collapse
 
larrymartin1job profile image
Larry Martin

Your dedication to document your DSA journey is commendable. Looking forward to following along and gaining insights as you progress.
Best Business Consulting Services in Rochester NY

Collapse
 
shubh_mete profile image
Shubham Mete

Day 1:
Today studied about Complexity Analysis of Algorithms in which I learned about
1) Time Complexity
2) Space Complexity
3) Recurrence Relations
4) NP-Complete Problems
5) Complexity Notations
6) How to avoid Time Limit Exceeded

Collapse
 
shubh_mete profile image
Shubham Mete

Day 2:
Today I studied about Arrays and solved some basic problems

Today learned about
1) Arrays and its Types
2) Its applications, pros and cons
3) Some basic operations
4) Multidimensional Array