How many Leetcode questions should you do?

  Рет қаралды 36,021

Greg Hogg

Greg Hogg

Күн бұрын

FAANG Coding Interviews / Data Structures and Algorithms / Leetcode

Пікірлер: 39
@GregHogg
@GregHogg 5 ай бұрын
Master Data Structures & Algorithms For FREE at AlgoMap.io!
@jackwatt8988
@jackwatt8988 5 ай бұрын
Getting good solutions to a few easy questions is also better than getting non-optimal solutions to many easy problems. I solved the 2 sum problem in less than 30 seconds(faster than 7% of all users). Each time I made my code run faster required learning more than I would have by just going on to the next easy problem and solving it in the easiest but also non-optimal way.
@abaidanwer8962
@abaidanwer8962 5 ай бұрын
I am currently in second sem CS AND I HAVE DONE 30 EASY QUESTIONS IN C++
@xerxes7138
@xerxes7138 4 ай бұрын
nice
@sonicrushXII
@sonicrushXII 3 ай бұрын
In only second sem? wow
@ironbutterfly3701
@ironbutterfly3701 4 ай бұрын
I did just 10 hard problems- and nothing else. Took about 30-40 mins for each. Before interview at Amazon.
@maxDude100
@maxDude100 4 ай бұрын
How'd it go?
@ironbutterfly3701
@ironbutterfly3701 4 ай бұрын
@@maxDude100 I got in, this was 7 years ago for L7 SDE
@Stickman-rz9nu
@Stickman-rz9nu 4 ай бұрын
97 medium questions done 👾
@vinayakk2745
@vinayakk2745 4 ай бұрын
Easy - 30 Medium - 11 Hard - 1 I started recently, have learnt only linked lists and stacks for data structures (apart from arrays), aiming for 100 questions total before august
@GregHogg
@GregHogg 4 ай бұрын
That's awesome, thanks for sharing! Update me in August!
@vinayakk2745
@vinayakk2745 4 ай бұрын
@@GregHogg sure, will do!
@vinayakk2745
@vinayakk2745 2 ай бұрын
​@@GregHogg Hey! Here for the update It's been ~70 days since the comment and here's my progress Easy - 70 Medium - 64 Hard - 8 Had to watch solutions for most of the hard questions I did. I've managed to learn data structures like queues, binary trees, BSTs, heaps and hashmaps in the meantime. Currently learning tries.
@bhargavgadde7068
@bhargavgadde7068 24 күн бұрын
East 125 current 70 hard 5
@12371eric
@12371eric 5 ай бұрын
I just cracked 100 questions. Mostly mediums, here's to another 100 😭
@youz8260
@youz8260 5 ай бұрын
How long it took you?
@LinhNguyen-nh8oq
@LinhNguyen-nh8oq 5 ай бұрын
@@youz8260I also have done a bit more than 100 question. I did it in 5 months, each week I try to do 5 problems and keep the medium problem percentage about 50%.😅
@xingyuxiang1637
@xingyuxiang1637 4 ай бұрын
I practice for the sake of understanding recursions. That is the main difficulty because I know that games and greedy problems are unimportant at the moment. One is for a specific industry. Another one is simply wrong. However, all CS students know that a recursive solution is associated with a non-recursive solution. And it is so rare to see people building the graph without recursions. So, this boils down to one single question for me: how to understand postorder traversal, or the return statement after recursive calls? The semantics depend on the termination statement. There are some. The shortest is if not root, which steps on null and is discouraged; the second one is if it is a leaf node, then return, this makes much more sense in English but is also rarely seen on Leetcode, people do that with they recur on math problem; the third one is from Greg who uses multiple states of a node. The important thing is that when there is a return statement after a recursive call, it returns to the caller of the function, which is also linked to the current node, which is rare in intro CS courses. However, the best way is to sort out how to build the graph because a non-recursive solution exists. If it involves highly specialized math, then simply practice recursion for the RecursiveAction API.
@arshiaalidosti8818
@arshiaalidosti8818 4 ай бұрын
Wow, thank you.
@soldier_boy_16
@soldier_boy_16 4 ай бұрын
Can you pls suggest the topic necessary as well ❤️. I have solved roughly 250 but struggle with graphs and trees.
@neerajkhanduri2860
@neerajkhanduri2860 4 ай бұрын
Mine- Easy - 87 Medium - 61 Hard - 8 Contest rating -1657 (attended 3 contest)
@GregHogg
@GregHogg 4 ай бұрын
That's great!
@vinayakk2745
@vinayakk2745 4 ай бұрын
That's great bro, are you a third year student?
@suryanshbajpai8238
@suryanshbajpai8238 2 ай бұрын
What was your best rank in those 3 contests
@ganiyevuz
@ganiyevuz 4 ай бұрын
Mine currently is Easy 69 Med 11 Hard 1 Now i need to solve hard ones more
@MikeWmusic10
@MikeWmusic10 4 ай бұрын
Is this all just for prepping for the coding questions at interview? I can't imagine actually putting this on a resume/cv
@GregHogg
@GregHogg 4 ай бұрын
Yes prep. I advise against putting it on your resumè
@warguy6474
@warguy6474 4 ай бұрын
interviewers actually dont like it when they know you did a lot of leetcodes lmfao
@Aashishbedi0
@Aashishbedi0 4 ай бұрын
Mine currently: Easy 31 Medium 21 Hard 0
@GregHogg
@GregHogg 4 ай бұрын
Awesome!
@vamsivardhan237
@vamsivardhan237 3 ай бұрын
2nd sem done, 150 ez , 50 mid problems 5 hard
@VigneswaraaMS
@VigneswaraaMS 3 ай бұрын
Easy-50 Medium -6 Hard-0 Now anyone tell me. What I want to do? I just solving array string problems using Javascript .I didn't start any DSA problems. Can I use Python for solving DSA alone. Somebody give your opinion. 😊😊 I have to go with medium problem right??
@vaibhavsharma2060
@vaibhavsharma2060 4 ай бұрын
93 rn 4 hard 46medium 43 easy
@crazyopi1814
@crazyopi1814 4 ай бұрын
299 qs are u done today's question? 😐
@astronautgamer34
@astronautgamer34 4 ай бұрын
90😢 all easy
@pattube629
@pattube629 5 ай бұрын
Resources for MEAN stack
@mlgdigimon
@mlgdigimon 5 ай бұрын
What’s an LC
@maitri1656
@maitri1656 4 ай бұрын
leetcode
@clashjuninz7177
@clashjuninz7177 4 ай бұрын
i currently finished my second year. I have completed 250 medium and 450 easy and 10 hard questions on leetcode.. i completed it in 60 days..is it okay or should i change from solving easy to hard.. please tell anyone
How I would learn Leetcode if I could start over
18:03
NeetCodeIO
Рет қаралды 600 М.
I solved 541 Leetcode problems. But you need only 150.
7:42
Sahil & Sarra
Рет қаралды 2,4 МЛН
REAL 3D brush can draw grass Life Hack #shorts #lifehacks
00:42
MrMaximus
Рет қаралды 8 МЛН
Synyptas 4 | Жігіттер сынып қалды| 3 Bolim
19:27
kak budto
Рет қаралды 1,3 МЛН
😜 #aminkavitaminka #aminokka #аминкавитаминка
00:14
Аминка Витаминка
Рет қаралды 608 М.
Fastest Way to Learn ANY Programming Language: 80-20 rule
8:24
Sahil & Sarra
Рет қаралды 884 М.
Leetcode 46. Permutations : Introduction to backtracking
10:06
ComputerBread
Рет қаралды 99 М.
LeetCode is a JOKE with This ONE WEIRD TRICK
4:54
AlgoMonster
Рет қаралды 76 М.
How I started coding from 0 and cracked Amazon, Google & Microsoft
9:43
Ashish Pratap Singh
Рет қаралды 535 М.
Top 6 Coding Interview Concepts (Data Structures & Algorithms)
10:51
Leetcode - The Path to Enlightenment
3:11
NeetCodeIO
Рет қаралды 162 М.
I gave 127 interviews. Top 5 Algorithms they asked me.
8:36
Sahil & Sarra
Рет қаралды 661 М.
Why You Can't Solve Leetcode Problems
11:35
Bradley Allen
Рет қаралды 32 М.
REAL 3D brush can draw grass Life Hack #shorts #lifehacks
00:42
MrMaximus
Рет қаралды 8 МЛН