I am starting with Data Structures and Algorithms from scratch and will list down the things that I have learned.
For further actions, you may consider blocking this person and/or reporting abuse
I am starting with Data Structures and Algorithms from scratch and will list down the things that I have learned.
For further actions, you may consider blocking this person and/or reporting abuse
mazseo1 -
ItAllCanWork -
Donilson527 -
Bog2544 -
Top comments (3)
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
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
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