I solved all 3025 problems on LeetCode. But you only need 150.

  Рет қаралды 6,106

Top SWE

Top SWE

Күн бұрын

Пікірлер: 62
@PragyaSingh-of8zr
@PragyaSingh-of8zr 28 күн бұрын
I've started my coding journey a month ago! will make sure to implement all your tips
@siddhantv1
@siddhantv1 23 күн бұрын
To the point, no BS and no long intro. thanks so much
@user-be8ud2qd2d
@user-be8ud2qd2d Ай бұрын
Thanks for the video! I was doing this problem the other day and couldn't solve it. As I was stuck trying to solve it and even when I was reading the solution I felt like I was wasting time that could be spent on solving other questions which could yield more results
@topswe
@topswe Ай бұрын
Yes, definitely the point I was trying to make. Everyone has a finite amount of time, it’s best to ensure it’s productive
@topswe
@topswe Ай бұрын
Glad it was helpful!
@geniusinmaking
@geniusinmaking 11 күн бұрын
Great video! Sometimes medium problems can also have the optimal solution which are very difficult to understand for example the manacher's algorithm for the problem of finding longest palindromic string And I don't think they expect you to come up with it in a 45-min interview, so its better to also know sub-optimal approaches that are more intuitive, in this case dp
@Supakills101
@Supakills101 Ай бұрын
Thanks, I am at a F500 right now and looking to crack tier-1 companies. Already solved Blind 75 and will try a contest this weekend!
@topswe
@topswe Ай бұрын
Best of luck! You’re on the right track :)
@anshdholakia714
@anshdholakia714 Ай бұрын
I got fired last week from my job. I would rate myself decent at leetcode to the point where I can figure out the pattern. I am doing neetcode 150 atm thinking of starting off by sorting it based on topics. Lmk if u have any other tips. This video helps a lot btw
@topswe
@topswe Ай бұрын
@@anshdholakia714 sorry to hear that. Thanks for the kind words. I have a bunch of tips videos I think would be helpful. I’m sure things will be fine, just keep working hard! :)
@NarutoHugsMikasa
@NarutoHugsMikasa 26 күн бұрын
I directly started with leetcode 150 and after 1 month, i have solved only 31 of those 150. Point to be noted, im an extremely slow learner and also have attention deficit disorder probably
@ghun131
@ghun131 Ай бұрын
I really appreciate your content. I'm applying your advices on my Leetcode journey. I have this question about Explore part of Leetcode. What topics do you think a beginner like me should follow?
@topswe
@topswe Ай бұрын
@@ghun131I should make a video on that! Ignore the system design, ML and Sql stuff. Tries, bit manipulation, dynamic programming are more advanced, but still important. I’d focus on the easier ones first like arrays, strings, hashing, queues and stacks, then trees, graphs, heaps, etc. glad you enjoy the channel!
@freyappari
@freyappari 22 күн бұрын
Honestly I'm more interested in how you went about solving all problems.
@lakhangarg5602
@lakhangarg5602 26 күн бұрын
i forget the pev question logic,what should i do??
@viewer1821
@viewer1821 Ай бұрын
Dont put any bound on problem solving guys, what matters is pattern recognition
@topswe
@topswe Ай бұрын
Great advice! Yep
@bishwashkumarsah171
@bishwashkumarsah171 28 күн бұрын
how many questions did you solve each day during start to intermediate.
@vijethkashyap151
@vijethkashyap151 Ай бұрын
I am really waiting for your KILLER Patterns series!! PLEASEEE!!!
@topswe
@topswe Ай бұрын
@@vijethkashyap151 what exactly are you looking for? :)
@vijethkashyap151
@vijethkashyap151 Ай бұрын
@@topswe you had an article for Binary Search patterns. We want similar for DP pleaseeeeeee
@bwknowles98
@bwknowles98 Ай бұрын
@@topswe A LeetCode pattern recognition for dummies would be nice.
@topswe
@topswe Ай бұрын
@@bwknowles98 do you mean, given a leetcode problem, how to identify what patterns will apply?
@bwknowles98
@bwknowles98 Ай бұрын
@@topswe That would be fantastic. A lot of times, there's videos of what types of algorithms there are, but rarely a decent step by step of understanding that pattern alongside the code.
@WebSurfingIsMyPastime
@WebSurfingIsMyPastime Ай бұрын
nice! So did you eventually end up solving the median of 2 sorted arrays question without looking up the answer? All on your own?
@topswe
@topswe Ай бұрын
I learned the idea from the solutions and am now able to implement it. I think coming up with the idea yourself is difficult without hints
@sayansen0361
@sayansen0361 27 күн бұрын
Bro eats leetcode on breakfast
@anuragmandal7608
@anuragmandal7608 21 күн бұрын
from where can i find this list bro?
@Annie-nx2og
@Annie-nx2og Ай бұрын
I tried to do the median of two sorted arrays in leetcode when i just joined leetcode. I used python inbuilt functions to solve it but then i realized it was a hard problem without inbuilt functions. I don't know why leetcode accepted my solution with python inbuilt functions.
@topswe
@topswe Ай бұрын
Leetcode can’t tell what functions you use, it’s just evaluates if the test cases pass. Which inbuilt functions can solve this?
@Annie-nx2og
@Annie-nx2og Ай бұрын
@@topswe python sort function where I concatenated the two arrays and then sort and then indexing
@topswe
@topswe Ай бұрын
@@Annie-nx2og I see. Yeah it will be accepted but you need an O(log(m+n)) time algorithm.
@lakhangarg5602
@lakhangarg5602 26 күн бұрын
i know array string hash map linked list only,so should i follow the 150 questions playlist or learn dp trees graphs first??
@phongtranquoc7557
@phongtranquoc7557 26 күн бұрын
Do both bro try to do those problems first then look up solutions if you still dont understand then you learn the underlying data structure they use thats how i do it
@lakhangarg5602
@lakhangarg5602 26 күн бұрын
Reply pls?????
@phongtranquoc7557
@phongtranquoc7557 26 күн бұрын
@@lakhangarg5602 yes?
@srijonp4
@srijonp4 Ай бұрын
Why is the aspect ratio of your video like this ? What device do you use ?
@topswe
@topswe Ай бұрын
@@srijonp4 this is good feedback. I need to change it to 16:9. Thanks
@AhmedKhan-mz1nm
@AhmedKhan-mz1nm Ай бұрын
How to get Knight on LC how many problems you think it takes to get there?
@topswe
@topswe Ай бұрын
At least 200 imo
@AhmedKhan-mz1nm
@AhmedKhan-mz1nm Ай бұрын
@@topswe at 300 i am at 1400 how to improve to 1880 to get Knight?
@harshdiwan9283
@harshdiwan9283 Ай бұрын
Is it okay to look at solutions within 5-10 mins if we are not able to think or solve question ? As most people recommends to try atleast for 30-45 mins
@topswe
@topswe Ай бұрын
@@harshdiwan9283 as a beginner, if you have no ideas, and you just don’t know the tricks or the techniques, whether you try to solve the problem in 5 minutes or 1 hour it’s not going to make any difference. It’s like solving a heap problem without knowing what a heap is.
@harshdiwan9283
@harshdiwan9283 25 күн бұрын
@@topswe Hi , I have one more question. I do often get a doubt that how to remember this much of approaches as 1 question can be solved in many ways and have brute, better and optimal approaches. Or my question is wrong?And sometimes it's frustrating for me to remember approaches
@clatttheman3550
@clatttheman3550 Ай бұрын
whats your linkedin or github ? :D
@topswe
@topswe Ай бұрын
I’ll make a community post for it, thanks!
@Anonymous-om5ql
@Anonymous-om5ql Ай бұрын
I was wondering that you have solved all the problems out there, yet your rating is so low, you'd be atleast a 3200+ rated imo.
@topswe
@topswe Ай бұрын
@@Anonymous-om5ql thanks! I haven’t don’t contests in a while, my true rating is higher
@tttakkkumi
@tttakkkumi 28 күн бұрын
Have you done codeforces?
@rgolanng
@rgolanng Ай бұрын
blud is waiting for leetcode 2
@topswe
@topswe Ай бұрын
Haha 😂😂
@energy-tunes
@energy-tunes Ай бұрын
Honestly i think you padded your stats by putting solution instantly to all problems i simply dont thibk its possible to legitimately solve all 3k problems within like 2 years
@srihari_g
@srihari_g Ай бұрын
Dude, he is trying to help, that is what you need to take away from this, if he cheats, he will not get hired and why does that matter.
@topswe
@topswe Ай бұрын
It took me over 3 years. I solved 2-3 problems on weekdays, and 10 problems on the weekend.
@topswe
@topswe Ай бұрын
Thanks for the support! 😀
@sagyr
@sagyr Ай бұрын
Hey bro please make a WhatsApp group or any community.
@topswe
@topswe Ай бұрын
That’s a good idea, what are your thoughts on a discord?
@sanjoychattopadhyay3454
@sanjoychattopadhyay3454 Ай бұрын
Discord is not ideal... Does Not feel comfortable as whatsapp community. Btw Love From India... Really love your work and admire you 💕
@topswe
@topswe Ай бұрын
@@sanjoychattopadhyay3454 thanks for the kind words!
@mango-strawberry
@mango-strawberry Ай бұрын
​@@topswe Discord is great too. Just don't create any unrelated channel. Keep channels related to leetcode only.
I Solved 1583 Leetcode Questions  Here's What I Learned
20:37
ThePrimeTime
Рет қаралды 598 М.
How I would learn Leetcode if I could start over
18:03
NeetCodeIO
Рет қаралды 403 М.
Schoolboy - Часть 2
00:12
⚡️КАН АНДРЕЙ⚡️
Рет қаралды 4,9 МЛН
Они так быстро убрались!
01:00
Аришнев
Рет қаралды 2,3 МЛН
*Next-door 10x Software Engineer* [FULL]
4:50
Programmers are also human
Рет қаралды 458 М.
6 Levels of Thinking Every Student MUST Master
17:12
Justin Sung
Рет қаралды 1,4 МЛН
The 3 Laws of Writing Readable Code
5:28
Kantan Coding
Рет қаралды 448 М.
8 patterns to solve 80% Leetcode problems
7:30
Sahil & Sarra
Рет қаралды 290 М.
but what is 'a lifetime?
12:20
leddoo
Рет қаралды 65 М.
A Day in the Life of a Software Engineer at Meta/Facebook
7:30
Austin Lee
Рет қаралды 2,8 МЛН
Should you learn C++?? | Prime Reacts
20:29
ThePrimeTime
Рет қаралды 341 М.
How to NOT Fail a Technical Interview
8:26
Fireship
Рет қаралды 1,4 МЛН
This is Why Programming Is Hard For you
10:48
The Coding Sloth
Рет қаралды 747 М.
Schoolboy - Часть 2
00:12
⚡️КАН АНДРЕЙ⚡️
Рет қаралды 4,9 МЛН