How to effectively learn Algorithms

  Рет қаралды 249,670

NeetCode

NeetCode

Күн бұрын

Пікірлер: 101
@АндрейВласов-д3ь
@АндрейВласов-д3ь 5 ай бұрын
I love the shorts format, it keeps me motivated day-by-day, smth like Duolingo
@technicallytechnical1
@technicallytechnical1 3 ай бұрын
Duolingo 👹
@vaolin1703
@vaolin1703 3 ай бұрын
Minus the blackmail
@muzzammil_iqbal
@muzzammil_iqbal Ай бұрын
I believe his course offers great value, but the current pricing seems a bit high, especially for those looking for long-term access. It would be wonderful if there were more affordable options, such as a lifetime access purchase, to make it more accessible to a wider audience. otherwise people will find another way to their premium content through Torrent or any other way bcz its should be, for this type of unnecessary expensive platforms,
@AbdullahHaque-wk8kb
@AbdullahHaque-wk8kb Ай бұрын
Duolingo is the best
@cosmic_hz
@cosmic_hz 5 ай бұрын
That is one of THE most helpful resources related to leetcode questions I've ever come across. I really struggle with identifying patterns and this would be so helpful for that. Another video idea for you if you're open to suggestions is just going through a bunch of questions (a heck lot of them) and just explaining your thought process behind how you identify what pattern the question follows and how you can solve it in multiple ways. The video could serve as a guide to identify patterns!
@Ishfish1907
@Ishfish1907 5 ай бұрын
Yes the idea is so good!!
@matthewwaddell5707
@matthewwaddell5707 3 ай бұрын
Neetcode is the most logically laid out platform for learning dsas. Plus this guy has a gift for teaching.
@franciscolopez4256
@franciscolopez4256 5 ай бұрын
Wow, the value provided by this channel is amazing.
@RahulSsup
@RahulSsup Ай бұрын
Good stuff. I am 29 too and have only recently learned some of the principles mentioned here by my experience. The biggest one being avoiding deep dependency chaining.
@Shagidelic
@Shagidelic 5 ай бұрын
Anyone can do algorithms and data structures. It's not difficult. It is just hidden behind complicated jargon. If you can develop a singly linked list, you create alllllll data structures. If you wanna learn an algorithm, you have to learn and practice it, don't try inventing one. Follow rule, fake it till you make it. Then, when you have learned enough algorithms, you will start creating your own. Everyone does this. In my 20 years of development (embedded, desktop, web, network, etc) I never had to write any of these leetcode algorithms even though I learned them all. If you are creating kafka, DBMS, runtimes,etc then you might have to write some of these algorithms only once.
@alexandrucosminvlad9338
@alexandrucosminvlad9338 4 ай бұрын
Agree, but I think the thought process is more important here. It is kind of a way to disciplinate your mind to try and focus more, analyse the information and identify what you don't know, so that you learn that. Indeed, we will never need to do this on a daily basis, but it will help you achieve better and faster solutions for your daily work, because it improves your logic and problem solving skills. In short, it's a matter of logic and how quickly you can come up with that logic.
@husler7424
@husler7424 4 ай бұрын
Can you please tell me which language should i use for DSA?
@edzbons
@edzbons 4 ай бұрын
@@husler7424Java or Python
@MohammedAli-p7e9d
@MohammedAli-p7e9d 3 ай бұрын
​@@husler7424 I saw many people on KZbin recommending python. I myself use JavaScript as I am planning to get a job as a frontend.
@BrendansReasons
@BrendansReasons 3 ай бұрын
This is exactly what I've been saying. It's like a secret handshake of people who are unskilled in communicating in common language
@viyh_
@viyh_ 4 ай бұрын
I am loving the guide page, I am almost completed linked list
@as_if
@as_if 3 ай бұрын
This was needed from the very beginning of humanity
@roz1
@roz1 5 ай бұрын
Loved ur hard work ❤
@janardannn
@janardannn 5 ай бұрын
i followed neetcode 150 and now am in dp, its solid
@SarvaDubey
@SarvaDubey 13 күн бұрын
yesterday only my friend recommended it and today i got this on my feed
@sumkid9263
@sumkid9263 3 ай бұрын
on that same note, while i was going through the "stack" part of your roadmap, it seems like "Generate Parentheses" was more of a backtracking problem, so I was really confused lol.
@davidpadillamunoz1140
@davidpadillamunoz1140 4 ай бұрын
This is amazing! Thank you so much.
@arpitanand4693
@arpitanand4693 29 күн бұрын
"This puppy now is the official GPU puppy" had me rolling for some reason Great walkthrough, much appreciated
@And1997Ruz
@And1997Ruz 2 күн бұрын
Do you have to finish one category (all questions, including hard) to then go the next category, or is it that you finish all easy questions in category1, to do easy category1, then back to category1 for medium, then category2 medium and so on
@lostrevan3142
@lostrevan3142 2 ай бұрын
Thanks man I've been looking for something like this
@umair2k1
@umair2k1 2 ай бұрын
Where can I find the roadmap?
@vishalcrazyfactsvc
@vishalcrazyfactsvc 4 ай бұрын
Thank you. Very helpful.
@motilalkharwar4313
@motilalkharwar4313 4 ай бұрын
Could you please tell which application you used to make the roadmap, So that I can also organize stuffs.
@mr.rabbit5642
@mr.rabbit5642 2 ай бұрын
The most amazing thing is that 'roadmap' is like _below basics_ in CS, and yet ppl be scamming and getting scammed for "2-day programming bootcamp to get back with your ex!" or thinking they dont need to understand it if they can just ask a copilot generate a loop.
@enriquegrageda
@enriquegrageda 4 ай бұрын
Thanks man I aspire to be like you 💪😎
@YoungGrizzly
@YoungGrizzly 3 ай бұрын
Are you a coder or marketer? Cause that was informative and makes me want to buy anything you have on the site. Thanks a lot. Great work.
@JuicerNation
@JuicerNation 3 күн бұрын
his product is neetcode. yes, hes selling a product. its an educational product
@christianrazvan
@christianrazvan 5 ай бұрын
Add c# on your platform
@dokwonsuh
@dokwonsuh 4 ай бұрын
Asking like this wont get you anywhere
@husler7424
@husler7424 4 ай бұрын
Do you code DSA in C#?
@MiroKrotky
@MiroKrotky 5 ай бұрын
You doin the gods work 🙏
@vishalshrivastav1710
@vishalshrivastav1710 5 ай бұрын
Thanks
@jacksparrow694
@jacksparrow694 3 ай бұрын
Thanku u sir❤
@Jarvx
@Jarvx 2 ай бұрын
And this is why you need to learn dependency algorithms!
@butoyighyslain171
@butoyighyslain171 5 ай бұрын
u are the mannn 🙌🏾
@ermelemoon7104
@ermelemoon7104 3 ай бұрын
guys, do you know any sources where to study the theory for a begginer?? the roadmap is amazing, but I need sources to study properly. Thanks!!
@skweezy97
@skweezy97 Ай бұрын
Is there a link to the road map resource?
@085tejaswinijakka8
@085tejaswinijakka8 27 күн бұрын
Where can I get the link of this roadmap
@Souls-iq8to
@Souls-iq8to 5 ай бұрын
I love you Neetcode!
@husler7424
@husler7424 4 ай бұрын
Which language should i use for DSA? I'm quite confused.
@Max-E-Mum
@Max-E-Mum 3 ай бұрын
java / c++ is usually suggested
@nahiyanalamgir7056
@nahiyanalamgir7056 2 ай бұрын
@@Max-E-Mum Java is pretty verbose. I'd suggest C++ and Python (if you aren't concerned about the efficiency).
@ethanhardcastle2265
@ethanhardcastle2265 4 ай бұрын
Sick product man
@N8Stein
@N8Stein Ай бұрын
A man after my heart
@Its_Shubham_Negi
@Its_Shubham_Negi 5 ай бұрын
Could you solve vertical order Traversal on LeetCode?? ❤
@Bhaukaal-YT-001
@Bhaukaal-YT-001 Ай бұрын
My hearty thanks
@pastori2672
@pastori2672 5 ай бұрын
meee tooo bruh especially the topological sort and union find problems
@jacklol4248
@jacklol4248 5 ай бұрын
This is helpfull thanks man
@TheNewton
@TheNewton 3 ай бұрын
Most docs/tools are written by people who already know the problem and have forgotten what it's like to NOT know. SO it's arbitrary all the way down from everyone that named things didn't bother to put up any roadsigns for pointing the way back to each giants shoulders they too had to stand on .
@mohitashliya8750
@mohitashliya8750 4 ай бұрын
Ibfollowed it and it really worked
@prajjwalsharma.
@prajjwalsharma. 3 ай бұрын
Thank you
@J_0918
@J_0918 2 ай бұрын
How to access it ?
@valentinrafael9201
@valentinrafael9201 3 ай бұрын
Love you too brother
@techpiller2558
@techpiller2558 3 ай бұрын
Wow, looks like a tech tree in a game. But that's how it goes.
@sgao88
@sgao88 5 ай бұрын
just want to say thank you
@yc_lucky
@yc_lucky 5 ай бұрын
How to get your roadmap?
@ShinAkuma
@ShinAkuma 4 ай бұрын
Just go to his website.
@AnkitKumar-cs9lg
@AnkitKumar-cs9lg 3 ай бұрын
Is he talking about a dsa sheet? Or a course?
@s0ckpupp3t
@s0ckpupp3t 2 ай бұрын
Is your fan at the end wearing bowling shoes?
@WillyJunior
@WillyJunior 4 ай бұрын
But why do I need MORE PROBLEMS IN MY LIFE
@ibrahimb1030
@ibrahimb1030 5 ай бұрын
@jimmybutler5683
@jimmybutler5683 8 күн бұрын
😮
@IOverlord
@IOverlord 4 ай бұрын
Nah, raw dogging the boss at level 1
@rajamohsin9675
@rajamohsin9675 5 ай бұрын
Love you ❤
@srujannaik2734
@srujannaik2734 4 ай бұрын
Ted Mosby
@jon-slem
@jon-slem 5 ай бұрын
C# as well?
@yugjha6798
@yugjha6798 5 ай бұрын
Hmmm
@ThinkEagle7
@ThinkEagle7 2 ай бұрын
Will algorithms help me get a job?
@syedzulfaquaralam
@syedzulfaquaralam 2 ай бұрын
Give some discount 😃
@user-zj6iz1rl8d
@user-zj6iz1rl8d 3 ай бұрын
is this 100% free?
@AbdullahHaque-wk8kb
@AbdullahHaque-wk8kb Ай бұрын
And in exchange, we'll have to gave him our email so that he can flood us with jis paid courses😂😂. Nothing is free, bro
@msulemvn
@msulemvn 4 ай бұрын
Js solutions are really bad, python alot simpler.
@yourlocalhuman3526
@yourlocalhuman3526 5 ай бұрын
Pro tip: Just do web dev 👍🏾
@yourlocalhuman3526
@yourlocalhuman3526 5 ай бұрын
And suffer for a year or two self learning
@TheHeadlets
@TheHeadlets 5 ай бұрын
Many web dev jobs still do LC interviews, though
@yourlocalhuman3526
@yourlocalhuman3526 5 ай бұрын
@@TheHeadlets this newfound knowledge will haunt me for the next couple of weeks
@b0t549
@b0t549 5 ай бұрын
@@yourlocalhuman3526yup get ready, and don’t think front end is a way cause to make css changes u have to know backtracking and graph problems in this market ain’t 2020 no more 😂
@berserk5099
@berserk5099 5 ай бұрын
Pro tip: Stop running away from leetcode, just face the fact that you have to be good at it.
@mateoruales9120
@mateoruales9120 4 ай бұрын
Aren’t hitler and ghandi two opposite sides of the same coin? One couldn’t exist without the other. Are they not perfect accurate arisings of nature? Wouldn’t a gazelle believe lions are evil and the devil made them when in reality the dynamic is perfectly whole in its existence as an energy or karmic exchange?
@dirty-kebab
@dirty-kebab 5 ай бұрын
Golang pls 🥲😭
@lostrevan3142
@lostrevan3142 2 ай бұрын
Thanks man I've been looking for something like this
@RishiRajxtrim
@RishiRajxtrim 4 ай бұрын
Thanks
@gulden4271
@gulden4271 3 күн бұрын
Thanks
@thankyouthankyou1172
@thankyouthankyou1172 3 күн бұрын
thanks
The LeetCode Fallacy
6:08
NeetCode
Рет қаралды 588 М.
Why is everyone LYING?
7:56
NeetCodeIO
Рет қаралды 369 М.
1% vs 100% #beatbox #tiktok
01:10
BeatboxJCOP
Рет қаралды 60 МЛН
“Don’t stop the chances.”
00:44
ISSEI / いっせい
Рет қаралды 59 МЛН
We Attempted The Impossible 😱
00:54
Topper Guild
Рет қаралды 55 МЛН
小丑教训坏蛋 #小丑 #天使 #shorts
00:49
好人小丑
Рет қаралды 49 МЛН
Most Common Concepts for Coding Interviews
6:08
NeetCode
Рет қаралды 340 М.
Learning to code is WASTING your time
7:16
JCisWatching
Рет қаралды 24 М.
The 3 Laws of Writing Readable Code
5:28
Kantan Coding
Рет қаралды 776 М.
My Brain after 569 Leetcode Problems
7:50
NeetCode
Рет қаралды 2,7 МЛН
Unlocking Your Intuition: How to Solve Hard Problems Easily
17:34
Colin Galen
Рет қаралды 1,4 МЛН
When Optimisations Work, But for the Wrong Reasons
22:19
SimonDev
Рет қаралды 1,1 МЛН
LeetCode was HARD until I Learned these 15 Patterns
13:00
Ashish Pratap Singh
Рет қаралды 637 М.
COMPUTER SCIENCE explained in 17 Minutes
16:49
Wacky Science
Рет қаралды 1,6 МЛН
The BEST Coding Interview Roadmap in 2023 (free)
8:21
NeetCode
Рет қаралды 419 М.
1% vs 100% #beatbox #tiktok
01:10
BeatboxJCOP
Рет қаралды 60 МЛН