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
Top comments (3)
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
You might find it more engaging to post each day's learnings on dev.to instead of here :)