No video

I've solved 292 Leetcode Questions - 5 Tips to Get Better

  Рет қаралды 53,944

Greg Hogg

Greg Hogg

Күн бұрын

leetcode, coding interview question, data structures, data structures and algorithms, faang

Пікірлер: 69
@GregHogg
@GregHogg 2 ай бұрын
Master Data Structures & Algorithms For FREE at AlgoMap.io!
@AdityaKumar-wq3nb
@AdityaKumar-wq3nb 2 ай бұрын
Your medium and hard problem is very low
@GregHogg
@GregHogg 2 ай бұрын
@@AdityaKumar-wq3nb Very low? That's going to be very discouraging for most people watching... I doubt most people have solved over 120 medium / hards...
@AdityaKumar-wq3nb
@AdityaKumar-wq3nb 2 ай бұрын
@@GregHogg i just saying ratio of questions i solved 100easy 186 medium and 31 hard i am also trying to increase my hard questions
@AdityaKumar-wq3nb
@AdityaKumar-wq3nb 2 ай бұрын
@@GregHogg just saying because we did almost same number of quetions in start i did many easy questions just to increse the question now dont like my approch
@iseeflowers
@iseeflowers 2 ай бұрын
How often do you repeat or revisit the problems?
@despair268
@despair268 2 ай бұрын
''Don't be afraid of looking up the solution'', yep, definitely was my biggest problem, even now I still view it as admitting defeat instead of just realizing you've wasted longer than efficient on a single problem. Do make sure to absolutely go in depth if you do look up the solution, to at least get something out of it.
@Raider-os8kt
@Raider-os8kt 2 ай бұрын
Yes learn from it watchs polution even if you solve it for better TC and optimization learn the tricks and remember one thing not every problem is made to be solved
@eoghainlebioda1396
@eoghainlebioda1396 2 ай бұрын
All great advice, but subscribing is probably the best advice for someone like me. It's really helpful having someone break down the problems in a short form sort of way to keep my brain in the 'problem-solving' mode :D
@GregHogg
@GregHogg 2 ай бұрын
Super glad the channel has been helpful!
@laughingvampire7555
@laughingvampire7555 2 ай бұрын
a lot of the solutions are known algorithms that were discovered on research so the best way to learn is to use those algorithms and play with them change the constraints, conditions etc. Do further research on the specific topic and research context of that algorithm. also, get a book on algorithms, they ask specific algorithms because we are supposed to have studied them at college, I did in the early 2000s so I have forgotten about them and I’m rediscovering them
@thefafala
@thefafala 2 ай бұрын
The knuth ftw
@metatrader189
@metatrader189 2 ай бұрын
Truee, also draw everything before u code
@user-ff7hq8el6m
@user-ff7hq8el6m 2 ай бұрын
I almost forgot to comment but your content is awesome, I recently got a new job that had an algorithm phase and watching your content help me to refresh them and also find new algorithms to practice.🎉❤
@GregHogg
@GregHogg 2 ай бұрын
Oh that's amazing, thank you so much and good for you!!
@SamuRai-de1dm
@SamuRai-de1dm 2 ай бұрын
u saved me for one of my majors, love the content brother.
@GregHogg
@GregHogg 2 ай бұрын
Haha really glad to hear it! :)
@rabiddoughnuts
@rabiddoughnuts 2 ай бұрын
I always do my best, and then look up how to improve it, and try to apply what I learn on later questions and keep pushing it
@Aashishbedi0
@Aashishbedi0 2 ай бұрын
You are amazing. Your videos helped me much in my beginning specially that noob vs expert series❤
@GregHogg
@GregHogg 2 ай бұрын
Thank you so much, really glad they've been helpful!!
@hani5919
@hani5919 2 ай бұрын
That’s a much needed advice ever❤, boosts my consistency I watch this whenever I’m exhausted 🎉🎉, thanks greg❤ as I always said you’re a genius 😊
@GregHogg
@GregHogg 2 ай бұрын
Hahaha really glad to hear it 😊
@pranavpranjal2717
@pranavpranjal2717 2 ай бұрын
I have solved 296 and would suggest the same. Consistency is very important.
@nnofficial2414
@nnofficial2414 2 ай бұрын
Yes 🙌 Please don’t feel guilty about looking at the solution.
@servantofthelord8147
@servantofthelord8147 2 ай бұрын
Number 5 was the most helpful
@progressiveaccount3270
@progressiveaccount3270 2 ай бұрын
I use Paint, brother. There is an another tip that works for me: If the solution is in the standart library, use it! There are always tricky moments in the question desctiptions or solutions, that u can ignore or miss, so for the first, I literally SOLVE the question, and THEN try to do it WITHOUT standart library functions to be sure, that I really got it. For example: Search Insert Position and single number. - They are solved in a single line of code using STD functions, so firstly I do it. Then I write solution by myself. It makes you good in STD knowledge and you can consentrate on really important parts of a question.
@draksify
@draksify 2 ай бұрын
Thanks for number 3😊
@GregHogg
@GregHogg 2 ай бұрын
No worries!
@supremoluminary
@supremoluminary 2 ай бұрын
Repeat the same question you’ve already done in a different language - even better!
@arsheyajain7055
@arsheyajain7055 2 ай бұрын
Very helpful 😊
@ahmadashbat
@ahmadashbat 2 ай бұрын
Latterly you are telling me what I need to hear 😂❤
@P.Shivakrishna
@P.Shivakrishna 2 ай бұрын
I loved step 5
@PavankumarPattar-bs5lv
@PavankumarPattar-bs5lv 2 ай бұрын
Thank you bro❤ and i watch your videos every day😊.
@GregHogg
@GregHogg 2 ай бұрын
Amazing! Thanks so much for watching!!
@ayushbudhlakoti5004
@ayushbudhlakoti5004 Ай бұрын
Subscribed ✅
@nabhrajput2223
@nabhrajput2223 2 ай бұрын
I've crossed you, solved 304 problems
@gabrielbarrantes6946
@gabrielbarrantes6946 2 ай бұрын
Real life work: first thing to do is checking is there is a library/package that already does it.
@zorakbane
@zorakbane 2 ай бұрын
Use the hints before looking up solution, but I think those might only be in the 150 interview questions
@TheOmegaAlfa
@TheOmegaAlfa 2 ай бұрын
Imagine the surgeons in training group and their trainer goes “don’t dare to lookup the solution!”. WTF with the stigma? 😂
@GregHogg
@GregHogg 2 ай бұрын
Lmao great analogy
@vaibhavsharma2060
@vaibhavsharma2060 2 ай бұрын
Umm suggest me how much time on avg i should give to a problem before watching the solution
@abdulrehmanfayyaz142
@abdulrehmanfayyaz142 2 ай бұрын
Hey do you know JS or TS.. If yes please make these leetcode shorts in TS.
@nammi895
@nammi895 2 ай бұрын
Those are rookie number in this racket You need to solve atleast 500
@GregHogg
@GregHogg 2 ай бұрын
Uhm says who lol
@nammi895
@nammi895 2 ай бұрын
@@GregHogg says someone who was leetcoding for 4 yrs & got into FAANG 2 yrs ago 😂 Now 300+ is not enough, competition has increased a lot
@GregHogg
@GregHogg 2 ай бұрын
@@nammi895 Because you work at FAANG you can adamantly state you need over 500? I know lots of others that would disagree. Also the number of questions doesn't really mean anything
@x86-64
@x86-64 2 ай бұрын
hell yeah
@SanteeRocks
@SanteeRocks 2 ай бұрын
Why aren’t you a CEO then 😅
@Rade34
@Rade34 2 ай бұрын
I have solved 400+ questions still don't feel comfortable solving hard questions
@thanigai1415
@thanigai1415 2 ай бұрын
Ok
@satwiktatikonda764
@satwiktatikonda764 2 ай бұрын
And I have solved 1096
@GregHogg
@GregHogg 2 ай бұрын
What 😂
@zoozoo24
@zoozoo24 2 ай бұрын
292 aint lot
@artbrare
@artbrare Ай бұрын
really few quality questions in those numbers, rookie numbers.
@GregHogg
@GregHogg Ай бұрын
Gottem
@janardannn
@janardannn 2 ай бұрын
only 11 hard? i thought dude keeps yapping so much, must be around 700-800 with decent 100-150 hards
@GregHogg
@GregHogg 2 ай бұрын
My life isn't leetcode lol I do other things
@ZYNX-evo
@ZYNX-evo 2 ай бұрын
Me who also uses miro already
@GregHogg
@GregHogg 2 ай бұрын
It's so good
@sloppycee
@sloppycee 2 ай бұрын
250 leetcode questions, 10 minutes a piece. 8 hours a day; only 5 days. Lmao git gud noob
@GregHogg
@GregHogg 2 ай бұрын
10 minutes a piece?
@Aashishbedi0
@Aashishbedi0 2 ай бұрын
can you please tell what's your leetcode id. I mean username on leetcode
Merge K Sorted Linked Lists - Leetcode 23
0:47
Greg Hogg
Рет қаралды 23 М.
Number of 1 Bits - Leetcode 191 - Bit Manipulation (Python)
4:44
Or is Harriet Quinn good? #cosplay#joker #Harriet Quinn
00:20
佐助与鸣人
Рет қаралды 46 МЛН
小丑和白天使的比试。#天使 #小丑 #超人不会飞
00:51
超人不会飞
Рет қаралды 33 МЛН
GTA 5 vs GTA San Andreas Doctors🥼🚑
00:57
Xzit Thamer
Рет қаралды 25 МЛН
Single Number - Leetcode 136 - Bit Manipulation (Python)
3:40
Greg Hogg
Рет қаралды 1,1 М.
How to code 10 times faster in 2024
2:14
DailyCoding
Рет қаралды 436
Dr. K and Kruti Review Pickup Artist Advice
HealthyGamerGG
Рет қаралды 2,4 М.
My Top 3 Tips for Learning Data Structures & Algorithms
0:52
Greg Hogg
Рет қаралды 34 М.
4 Steps to Solve Any Dynamic Programming (DP) Problem
0:57
Greg Hogg
Рет қаралды 354 М.
Or is Harriet Quinn good? #cosplay#joker #Harriet Quinn
00:20
佐助与鸣人
Рет қаралды 46 МЛН