Nobody is more busy than the unemployed+lazy combo person
Bro thinks he’s running out of time, studies for 3-4 hours a day, then spends the rest of the time thinking, manifesting something, and scrolling brainrot content.
Come out of your comfort zone and see people are giving 12-14 hours a day. After their jobs, they still go build other stuff and never say they’re running out of time.
They just love the work and keep doing it, stop blaming time and take action or things only get worse.
Day 2/30
solved
->binary search(easy)
->search 2D matrix
(brute force was easy, just linear search and find, optimization was to first find the potential row then apply linear search/binary search on it)
#100DaysOfCode#dsa
Day 1/30
-Valid parenthesis
-Min stack
-Container with most water
Min stack felt the toughest to do in O(1) TC, took multiple dry runs to understand why encoded value is smaller than the minimum and how previous value gets restored.
#100DaysOfCode#dsa
What's the best way of learning any new tech?
I've been trying this way-
->Put my project idea in chatgpt
->Ask it to breakdown into subtasks
->Ask it the code as well, then try to understand the code and the tech involved in it
->write the code!
Should I change my approach?
Tried to get back at dsa-
Solved:
->product of array except self
->valid sudoku
following neetcode 150 sheet!
Also started working on a project, will learn react and backend while building this!
#100DaysOfCode#dsa
Day 6 and 7/180
->DSA(Add binary,Reverse bits)
->learnt about sliding window pattern and solved longest balanced substring problem
->started working on a project
JS is endless, tired of learning and forgetting, will build more projects from now on.
#dsa#100DaysOfCode
I found an amazing GitHub repo😼
Curated list of project-based tutorials covering JavaScript, Python and many other popular languages
47.7K⭐️ 7.5K 🍴
🔗 github.com/tuvtran/projec…
Day 5/180
-> practiced js-basics problems from cohort
->learnt how to use filter, map, reduce and other functions and conversion of object to string query (URLsearchparams)
->1 lc medium(container with most water)
#dsa#100DaysOfCode
Day 4/180
->solved 2 lc med
-> learnt about dynamic routing ,ejs,form handling, session and cookies
this playlist is really good for backend
youtube.com/watch?v=T55Kb8…#100DaysOfCode#dsa
Day 3/180
->learnt about HTTP methods(still confused, need to study more)
->almost done with backend part of todo api
->no dsa today
#100DaysOfCode#dsa
Day 1/180
->learnt about route,middleware and applied it on a todo api
->dsa on two pointer pattern(Two sum-II, remove element, reverse string)
#100daysofcode#dsa
Starting the 180 days streak from today, will practise dsa and complete assignments from previous classes!
need to get back on track🙌
#100daysofcode#dsa