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
Tauri StClaire -
Sophiafern -
Nikhil Guleria -
Nikhil Guleria -
Once suspended, shubh_mete will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, shubh_mete will be able to comment and publish posts again.
Once unpublished, all posts by shubh_mete will become hidden and only accessible to themselves.
If shubh_mete is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Shubham Mete.
They can still re-publish the post if they are not suspended.
Thanks for keeping CodeNewbie Community 🌱 safe. Here is what you can do to flag shubh_mete:
Unflagging shubh_mete will restore default visibility to their posts.
Top comments (2)
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