The unfair way I got good at Leetcode

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ส.ค. 2024

ความคิดเห็น • 357

  • @LeesaLilHop
    @LeesaLilHop 8 หลายเดือนก่อน +873

    “I wasnt bad, I was just getting started” needed that! Thank you!

  • @6.squash.936
    @6.squash.936 8 หลายเดือนก่อน +876

    Learn Solutions is the Best Advice as an Beginner

    • @daveburji
      @daveburji  8 หลายเดือนก่อน +69

      Yes, and then try to solve a few too!

    • @Blackoutfor10days
      @Blackoutfor10days 6 หลายเดือนก่อน +11

      This seems the right approach For beginners. 🙂

    • @6.squash.936
      @6.squash.936 6 หลายเดือนก่อน +8

      @@Blackoutfor10days yes really, there is a reason why we are preparing
      We don't need to invent the wheel from scratch

    • @AnonymousAccount514
      @AnonymousAccount514 6 หลายเดือนก่อน +16

      Yes…we need to fill our toolbox with techniques…and when we learn a large amount of techniques, we can apply them to questions problems…the techniques are in the solutions of our practice problems

  • @turkyturky6274
    @turkyturky6274 7 หลายเดือนก่อน +471

    The hard thing about leetcode for me isn't the problems, its being out of practice and having to grind it all over again, in case i get laid off again. You gotta keep practicing over and over again go be competitive. Its kind of like weightlifting,if you stop you lose strength,if you stop you forget how to solve some of these or you're not fast enough.

    • @daveburji
      @daveburji  7 หลายเดือนก่อน +57

      True, though you will ramp up more quickly after the first time you went through the prep

    • @JoeTheis
      @JoeTheis 7 หลายเดือนก่อน +133

      It's almost like this shit has nothing to do with the actual job 🙄

    • @SphinxKingStone
      @SphinxKingStone 7 หลายเดือนก่อน +10

      just do 1 problem every or so day that's should be enough and shouldn't take a lot of time

    • @solamanhuq7780
      @solamanhuq7780 7 หลายเดือนก่อน +18

      @@JoeTheisid rather be asked a coding question than some random quiz question on a library or database I used intensively for like 4 months and then mostly forgot about.

    • @noahfunnyguy
      @noahfunnyguy 7 หลายเดือนก่อน +3

      @@JoeTheisjust a basis for coding basically, like a benchmark. the only issue is it’s ALL boring math and science questions

  • @ax5344
    @ax5344 5 หลายเดือนก่อน +72

    The "1 year" practice period is really illuminating. Thanks for sharing that!
    I was always wondering how I can be good at it in 2-3 months, the job seeking window. Now I see. It is something that I need to persist over 1 year.

    • @daveburji
      @daveburji  5 หลายเดือนก่อน +8

      Yup, if you want to consistently reach that bar in interviews, you just got to increase the time horizon for practice

  • @user-bt6mh9ez3u
    @user-bt6mh9ez3u 6 หลายเดือนก่อน +37

    This was actually helpful.When I first started,I thought I was just dumb enough and could not solve any questions. Nobody ever elaborated on the fact you stated that in the beginning, you need to learn the pattern and logic of the solution.That's why I just gave up in starting itself.But now I understood and started my journey to coding again . Thanks to you.

    • @daveburji
      @daveburji  6 หลายเดือนก่อน +3

      You got this!

    • @brandongregori995
      @brandongregori995 2 วันที่ผ่านมา

      Leetcode is barely even coding. It's just using a programming language to solve riddles. If you want to learn coding, write some scripts and build applications.

  • @Mohamed-pu7so
    @Mohamed-pu7so 8 หลายเดือนก่อน +94

    Awesome!!!
    All software engineers ultimately got to this conclusion after a long period of struggle with LeetCode. You made the process more systematic

    • @daveburji
      @daveburji  8 หลายเดือนก่อน +6

      Indeed! I used to be caught up on investing hours into a question until I solve it and seeing much slower progress.

  • @ashtarpaniagua4732
    @ashtarpaniagua4732 8 หลายเดือนก่อน +125

    Great video. These are actual good tips. I can tell you really went through this process. A lot of videos tell you they did 500+ questions but how you only need the top 120. Good job reflecting on your process and sharing what worked well for you

    • @daveburji
      @daveburji  8 หลายเดือนก่อน +4

      Thank you so much!

  • @antlockyer153
    @antlockyer153 7 หลายเดือนก่อน +29

    The first part really answered a question I had. I'd been sitting in front of a problem that I knew was dynamic programming, I had absolutely no idea where to start and didn't know if I should just learn the solution to that and move on. Thanks.

  • @GabrielCanto-gk8ol
    @GabrielCanto-gk8ol 5 หลายเดือนก่อน +14

    i just did a interview today, got smashed by an easy question of hash map... Nervousism is your worst enemy for sure

  • @quibler7
    @quibler7 7 หลายเดือนก่อน +9

    There it is. Someone finally said this and I want to say that it did really work for me. It is something i decided to do on my own while back ago and it helped a lot to get better at solving leetcode problems. Thank you for this video.

    • @daveburji
      @daveburji  7 หลายเดือนก่อน +1

      Amazing, thank you!

  • @allenbro9900
    @allenbro9900 7 หลายเดือนก่อน +13

    Wow I was shocked how few subs you have when i first saw. Love you energy! No typical youtuber bs saying pls comment and like etc but i did because of how authentic. It always seems like youtubers are having hidden incentives to sell a course etc (which is fine!) but there is always like a needy vibe behind a lot of things they say and it really just feels like you are just telling people really helpful advice for the sake of helping others! thanks!

  • @billyfigueroa1617
    @billyfigueroa1617 6 หลายเดือนก่อน +5

    Amazing video. Not only is the content great but the presentation also
    Learning PATTERNS is what I have realized is SUPER IMPORTANT because a lot of times for someone on the front end like my self it will be a strong array or map question and learning 2 pointers and sliding window is very important there as well as sub sections like static sliding window and dynamic sliding window
    What sucks about this though for a react dev Ike me is you also have to know react and a bunch of other front end related questions that have nothing to do with algorithms because some companies actually interview you for the work they do and if they don’t need high performance logic much then all that time spent on leetcode can be a negative if you didn’t also focus on the tech you program in daily

    • @daveburji
      @daveburji  6 หลายเดือนก่อน +1

      Thank you!

  • @ReflectionOcean
    @ReflectionOcean 7 หลายเดือนก่อน +25

    - Focus on learning solutions to develop intuition quickly. (0:42)
    - Create two lists of easy and medium tree questions to learn common solutions first. (0:53)
    - Learn new patterns by studying solutions to questions you cannot solve. (1:23)
    - Practice solving questions with split attention on platforms like Pramp. (2:49)
    - Follow a roadmap to expose yourself to the most common questions and topics. (3:12)
    - Practice on lower-level building blocks extensively, as they form the interview question foundation. (3:33)
    - Solve questions not for speed but to pass interviews consistently. (4:46)
    - Research and practice questions posted by others, especially for specific companies. (5:17)
    - Prepare for hiring manager rounds by researching the company and their engineering challenges. (5:44)
    - Allow ample time for consistent practice to improve interview skills. (6:08)

  • @daveburji
    @daveburji  6 หลายเดือนก่อน

    💻 Free 12-Week Leetcode Preparation Guide notion template with more in depth tips: techtribe.beehiiv.com/subscribe
    👨🏻‍💻 Join the free discord server: discord.gg/n66UKukj

  • @jesterthelegend926
    @jesterthelegend926 3 หลายเดือนก่อน +1

    Studying solutions that are done well is actually good advice. I've spent actual days trying to figure out how to solve a problem that I didn't have the knowledge to do. Instead of looking things up I tried to solve it on my own which got me no where and was a waste of time in hind sight. Studying a good solution for the problem taught me so much more than pulling my hair out for hours.

  • @georgerussel
    @georgerussel 2 หลายเดือนก่อน +1

    This video is one of the best videos I have ever seen on how to properly prep for leetcode style interviews (I passed Google interviews)

  • @grae69
    @grae69 8 หลายเดือนก่อน +20

    I am a beginner and i just started learning DSA. Even though i am just at Big O, this video is going to help me a lot since this is how i originally planned my study schedule, so thank you for making it more clear for me! I know i have a long way to go but am all for it ✨🎄If you have any tips or motivation, kindly send me some ✨

    • @daveburji
      @daveburji  8 หลายเดือนก่อน +2

      You got this!

  • @ocoocososococosooooosoococoso
    @ocoocososococosooooosoococoso 8 หลายเดือนก่อน +7

    make sure you take enough and think enough tries to solve problem.
    If you cant still solve it, then move on to solution.
    If you just move on to solution, the thing is not every solution is same even the pattern is similar. The concept of approaching in each problem is different and thats the idea where you had to gain in hard way no matter what.
    Think enough and shake your brain enough to make your brain smarter

    • @natnaelabayneh7664
      @natnaelabayneh7664 7 หลายเดือนก่อน

      Where to start? I'm a complete beginner

  • @elcapitan6126
    @elcapitan6126 6 หลายเดือนก่อน +9

    tbh hearing it took a year of practising for leetcode to get good is incredibly disheartening to hear as an experienced software engineer. not because it should take you less but rather because that is a HUGE waste of a person's free time that should be spent gaining real experience in a real job. it's a sad state of affairs that newcomers (and often seniors) must be subjected to such arbitrary tests just to land jobs doing fairly standard cookie cutter software development work on the other end.

    • @Bagunka
      @Bagunka 4 หลายเดือนก่อน

      It’s like practicing for SAT over actually learning something in a meaningful way.
      Standardized testing just be like that

  • @diegomartinez8023
    @diegomartinez8023 7 หลายเดือนก่อน +3

    Starting the leetcode grind tomorrow with advice based from this video! Might update this thread weekly cuz why not.

    • @daveburji
      @daveburji  7 หลายเดือนก่อน

      You got this, and looking forward for the update!

  • @preetiipriya
    @preetiipriya 6 หลายเดือนก่อน +2

    This was much needed,I was feeling guilty in checking out solutions without knowing anything

  • @yashashgc3488
    @yashashgc3488 23 วันที่ผ่านมา +1

    When I started leetcode a decade ago. I was trying to solve every problem in scratch without even knowing about data structures or algorithms. Then I realized there are people who spent their lives solving their problems and got phds and became famous. You cannot expect yourself to solve these kinds of problems in 30 minutes.

  • @memaimu
    @memaimu 6 หลายเดือนก่อน +260

    It took a year? I've got a week.

    • @gunishmukherji4101
      @gunishmukherji4101 3 หลายเดือนก่อน +31

      ur cooked

    • @sadscientist9995
      @sadscientist9995 3 หลายเดือนก่อน +10

      I want to start applying next month, graduated last month. It's tough. I can't wait a year to start applying! guess ill just study for a few weeks and see what happens...

    • @mohanvamsikrishna9463
      @mohanvamsikrishna9463 2 หลายเดือนก่อน +1

      What happened to you guys

    • @HolidayInGuantanamo
      @HolidayInGuantanamo 2 หลายเดือนก่อน

      it shows how absolutely f*d the interview process is these days. cargo cult mentality and a lack of actual interviewing skill means most companies just copy what FAANG companies do.

    • @TheProProductoins
      @TheProProductoins 2 หลายเดือนก่อน

      ⁠@@sadscientist9995You should just apply ASAP. Any interviews you fail would be good practice. Job market is absolutely brutal right now, landing interviews is hard and takes a long time. You can spend some time applying / tweaking your resume/ reaching out to people on LinkedIn and you can continuing practicing Leetcode in between job interviews. Good luck!

  • @MatttKelly
    @MatttKelly 6 หลายเดือนก่อน +3

    The advice was prob one of the best so far. After a year and a half in the industry i still cant solve a lot of them off the top of my head but its mostly the syntax and not the thought process of how I'm gonna get to the answer. My solurions are no where near elegant but i always have some idea how to start solving a problem. it just worries me whether or not id have to look up the exact syntax or how a particular class works.

  • @mgnfy-view
    @mgnfy-view 6 หลายเดือนก่อน +4

    The best leetcode guidance I have ever seen. Thanks!

  • @heddshot87
    @heddshot87 2 หลายเดือนก่อน

    I spent the first day totally sucking wondering if I'll ever be smart enought to solve complex problems (even though I took an easy one, I was rusty and tired). This has given me hope, I actually enjoy learning existing solutions, and we shouldn't try to re-build the wheel. Thank you!

  • @andrewtitus6839
    @andrewtitus6839 7 หลายเดือนก่อน +2

    Thank you for giving me permission to look at solutions first as a beginner. I will say, it works. There are definitely concepts that stick after i see the problem a few times and it becomes more intuitive.
    I also will use chatgpt and go through the code line by line and ask, what does this code mean and why is it important. Understanding the why helps me a lot.

  • @doc9448
    @doc9448 3 หลายเดือนก่อน +1

    This is very helpful. I'm in the quantity phase of learning. I've "solved" 45 leetcodes and about 3 of them by myself (easys).

  • @derekwright5722
    @derekwright5722 5 หลายเดือนก่อน +2

    Got my first job out of college with a small company (25 employees or less) and have been there ever since (6 years this May), and I've gotta say, I absolutely dread the day I need to move on to another job with how ridiculous the space has become with often very long and drawn out interviews asking you to do leetcode questions on a whiteboard when you'll likely never use it on the job itself. Especially now that it's not JUST the FANNG companies employing these types of interviews - it's bleeding into the smaller lesser known companies as well and it's just insane to think you need to do some shit like this for a year (while currently being employed working full time) to pass some weird gatekeeper-like interview. I've been a successful software dev for just about 6 years now and can only imagine the amount of people who would be fully qualified for the job they're interviewing for just to be passed over due to a lack of leetcode grinding to the point where it's not really even about skill as a programmer and more about memorization. Memorization does not make someone a good programmer. /endrant

  • @cdrrjt5005
    @cdrrjt5005 8 หลายเดือนก่อน +13

    It was really nice , but one thing he missed was giving weekly and biweekly contest regularly . Belive me !! That's really really important. If you are able to solve 3 to 4 questions regularly in each contest then you are ready to crack any interview.

  • @user-wb2mw4zq8s
    @user-wb2mw4zq8s 8 หลายเดือนก่อน +5

    WOW just WOW love it The quality of the video is so good tysm god bless you brother!!!!

    • @daveburji
      @daveburji  8 หลายเดือนก่อน

      Thank you so much!

  • @ChrisTian-ox5nr
    @ChrisTian-ox5nr 6 หลายเดือนก่อน +4

    This is such a smart approach!

  • @VasheshJ
    @VasheshJ 7 หลายเดือนก่อน +2

    One of things I don't see a lot but I feel is kinda important: to tinker with the solutions.
    This is how I approach:
    -> Try all approaches until I no longer can think of any way. If for the last 5-10 mins I can't think of a solution, I goto the solutions/discussions tab. The method name is mentioned in the heading of most solutions. Then, I tried to implement the same method on that question on my own.
    If I still can't figure it out, I view the code in the solutions tab. Copy-Paste, understand the code, dry-run and then tinker with the code. Tinkering is kinda important because it forces u to understand the code before changing anything.
    Even for questions I am not able to solve in contests, I do the same. It helped me no idea if it works for anybody else.

    • @daveburji
      @daveburji  7 หลายเดือนก่อน +1

      Thanks for sharing!

  • @ThePintsPatint
    @ThePintsPatint 5 หลายเดือนก่อน +1

    To each their own but I prefer honing problem solving skills by always going in blind and staying blind. I don't even look at what other people did after I solved it.
    It's just about what you want to get out of it. Neither is right or wrong. Great video explaining what he prefers and how to be effective doing it.
    Also I don't think looking at solutions is a controversial take. I assumed that's what 99% of people did when they "grind leetcode".
    Try projecteuler instead!

  • @rahuldeshpande4340
    @rahuldeshpande4340 2 หลายเดือนก่อน

    What a brilliant way to look at the situation. Love it, I am doing this brother.

  • @sourabhpathak7739
    @sourabhpathak7739 8 หลายเดือนก่อน +45

    There are no shortcut guys, stop your search for shortcuts instead do practise and be consistent❤

    • @geekcurry5936
      @geekcurry5936 8 หลายเดือนก่อน +11

      A lot of people are grinding leetcode for months, but are stuck between 1400-1500 contest ratings. Some tips work and we should be flexible and adaptable to trying out new ways if the traditional ain't producing results. I hope you understood what i said bro.

    • @sourabhpathak7739
      @sourabhpathak7739 8 หลายเดือนก่อน

      Everyone stucks , it dosent matter whose youtube videos they watched , but the thing that matter most is there self belief

    • @Rajmanov
      @Rajmanov 8 หลายเดือนก่อน +1

      months are nothing you need years. @@geekcurry5936

    • @daveburji
      @daveburji  8 หลายเดือนก่อน +8

      Absolutely agree, and I'd add that I saw a much better progress curve when I practiced the way I mentioned, compared to investing hours into solving new questions. Consistency is a must, but once you are consistent, make sure you're also consistently practicing in the best way possible.

    • @heyysanya
      @heyysanya 8 หลายเดือนก่อน +1

      @daveburji right! Practice smart, not hard.

  • @ViktorTy
    @ViktorTy 6 หลายเดือนก่อน

    In the 15 years I have been using TH-cam this might actually be the one useful video when it comes to learning algorithms and data structures. When I was a junior I also fell in the pitfall of thinking I should be the one coming up with the brilliant solutions to every problem. It took me years to realize I just need to learn thought patterns from other people before I start solving complex issues. This video is exactly how I learned DSA. Don't be too hard on yourself.

    • @daveburji
      @daveburji  6 หลายเดือนก่อน

      Thank you for sharing!

  • @amirghandehari3003
    @amirghandehari3003 7 หลายเดือนก่อน +2

    Thank you for your content. I see bunch of videos from time to time. not so many of them feel like informative and well thought. wish you best!

  • @LordNaver
    @LordNaver หลายเดือนก่อน

    I understand your recommendation of learning the solution first is an effective and faster way to level up..
    however, trying to solve the problems on your own in the beginning and spending more time thinking about the problem and ways to solve..
    will improve ones fundamental understanding and lay a solid foundation for the long term..
    but your strategy I think can be followed for some one with a short deadline

  • @dooku007
    @dooku007 7 หลายเดือนก่อน +4

    My problem is that I have a pattern where I grind leetcode for a few months, then I get busy with job/life or I lose interest as I am not actively interviewing. Again after a few months, I feel a bit guilty and I start again, back to square one. I have to solve easy questions and start the grind again. It's an infinite loop !

    • @daveburji
      @daveburji  7 หลายเดือนก่อน +4

      So don't stop.

  • @Tech-sl2hp
    @Tech-sl2hp หลายเดือนก่อน

    This is actually such a good video. Thank you!

  • @firefolly1284
    @firefolly1284 2 หลายเดือนก่อน

    Best advice. Straight and to the point. Thanks!

  • @orlando_kawaii
    @orlando_kawaii 7 หลายเดือนก่อน +1

    Now This ! is Genuine Authentic Content ❤❤

  • @georgeimus6102
    @georgeimus6102 7 หลายเดือนก่อน +4

    This video really helped thank you so much. I feel confident again 🦍

    • @daveburji
      @daveburji  7 หลายเดือนก่อน

      You got this!

  • @ScepticEngineer
    @ScepticEngineer 2 หลายเดือนก่อน +1

    I got my software engineer job and didn’t need to learn a single leetcode question. Now I don’t need leetcode at all because I have real world complex projects to showcase

  • @jamessullenriot
    @jamessullenriot 5 หลายเดือนก่อน +3

    I've done a lot of interviews from the hiring side, I hate leetcode style questions because for the vast majority of jobs, you are not doing anything like leetcode questions. It's actually quite boring in comparison. And the leetcoders tend to be good at interviews, but when it comes to the actual job, that is all that matters at the end of the day, so focus on that.

  • @suyamoonpathak9935
    @suyamoonpathak9935 8 หลายเดือนก่อน +5

    Great content and great editing skills!

    • @daveburji
      @daveburji  8 หลายเดือนก่อน

      Thank you so much! Polina is the creative powerhouse!

  • @skidhs
    @skidhs 7 หลายเดือนก่อน +2

    bro genuinely thank you !!

  • @mattc9409
    @mattc9409 8 หลายเดือนก่อน +7

    Can we get your list of questions you used for each topic and the sub list of ones you learn the pattern to and others you tried to solve ?

    • @daveburji
      @daveburji  8 หลายเดือนก่อน +5

      www.techinterviewhandbook.org/algorithms/study-cheatsheet/
      Highly recommend the lists in that link.

    • @ConernicusRex
      @ConernicusRex 8 หลายเดือนก่อน

      Just do the work and stop looking for a shortcut. There’s no shortcut.

  • @BrendansReasons
    @BrendansReasons 6 วันที่ผ่านมา

    Very helpful video, thank you

  • @poshakj
    @poshakj 7 หลายเดือนก่อน +1

    Keep making quality content :) I have subscribed to your channel today.

    • @daveburji
      @daveburji  7 หลายเดือนก่อน

      Thank you :)

  • @aadityakiran_s
    @aadityakiran_s 8 หลายเดือนก่อน +3

    I've also started to crack interviews at this point and what you said is relatable. It took me also about a year to get good enough to crack DSA interviews with confidence but then there's LLD and HLD also to consider. That's more or less just dependent on learning some questions.

    • @beng2620
      @beng2620 8 หลายเดือนก่อน +1

      hi, what is LLD and HLD stands for?

    • @sarthakbhatt5661
      @sarthakbhatt5661 8 หลายเดือนก่อน

      ​@@beng2620 low level and high level design

    • @abhishekshrivastav6193
      @abhishekshrivastav6193 8 หลายเดือนก่อน

      I guess when we start working on large projects our debugging and problem solving skills make our life easier so big companies are always going to rely on DSA and LLD , HLD solutions are completely depend on observation skills , experience and weather interviewer liked it or not 😏😏.

    • @aadityakiran_s
      @aadityakiran_s 8 หลายเดือนก่อน

      @@abhishekshrivastav6193
      Also, note that sometimes, when a team is looking for a replacement, they might have additional requirements like Web, Android etc along with DSA and the other stuff.
      This is not the norm though. When companies start to hire in bulk again (hopefully next year), they'll hire in a more generic way. Nowadays, the replacement thing is most common.

    • @daphenomenalz4100
      @daphenomenalz4100 8 หลายเดือนก่อน

      ​​@@aadityakiran_s how do you get interviews? ☠️ Due to recession not many companies are even hiring and I have done only 2 interviews so far...
      Also, I am more focused towards backend dev, so can you suggest how I can land interviews on this :(

  • @harshitamaurya524
    @harshitamaurya524 6 หลายเดือนก่อน +1

    Thanks a lot to give some of the best resources and advice .

  • @H4KnSL4K
    @H4KnSL4K 7 หลายเดือนก่อน +1

    Great video. A little fast-paced for me, but I suppose it's especially appreciated by those that play youtube at 1.5x. And thanks for not trying to teach us how to use youtube.

    • @daveburji
      @daveburji  7 หลายเดือนก่อน

      Thank you!

  • @nownomad
    @nownomad 6 หลายเดือนก่อน

    Everyone has their preferred way to prepare. If you are very short on time - this is indeed the best way. It’s the same approach you’d use to pass an exam. Study answers and should you encounter a similar enough question - you’ll be able to solve it based on your memory.
    The biggest downside here is that with each question, you are discarding an opportunity to improve general technical problem solving. My recommendation would be to try to solve the question yourself first, but time box it to 20-40 minutes. If you were not able to solve the question within time limit. Then look at solution, study it and find out what are the things that stood in the way of you getting the right answer - this is the important part. Did you get tunnel visioned on specific data structure? Did you not consider a multi pass approach? Did you make wrong assumption about optimal time complexity? Figure out a way to make sure this doesn’t derail you again. Then move on to the next question.
    With each new question your “weaknesses” shouldn’t be repeating themselves - if they do - it’s likely that you are not improving your general problem solving. You can still pass a lot of interviews based on good memory and pattern recognition. But ideally you want to train for more general problem solving too.

  • @Avegeania
    @Avegeania 2 หลายเดือนก่อน

    As a beginner I took things differently, signed up and did contests on codeforces. I wasn't focussed on solving for rating but solving for developing skills. Somedays I don't even care submitting but trying to find ways to come up with solutions. As days went by the intuition came easier and these days I submit 3-4 solutions on div2. So, i guess things work different for each of us.

  • @user-qw1sz3eh3l
    @user-qw1sz3eh3l 6 หลายเดือนก่อน

    Thanku so much the best ever video about competitive programming
    Tips:-
    -first of all learning question approach
    -recognising the patterns ........
    THANKU FOR UPLOADING THIS TYPE OF CONTENT .

  • @SUBHADEEPDS
    @SUBHADEEPDS 5 หลายเดือนก่อน +1

    Sound like something i wanna hear to satisfy myself so liking the vid

  • @varunsen2802
    @varunsen2802 4 หลายเดือนก่อน +1

    Bruh here in India, even a low paying company asks DP as warm up questions.

  • @oluwatosin001
    @oluwatosin001 5 หลายเดือนก่อน

    i needed this, thank you!

  • @rajkumarvb2602
    @rajkumarvb2602 7 หลายเดือนก่อน +1

    Your idea is what I was following.😊

  • @darkpassenger9155
    @darkpassenger9155 8 หลายเดือนก่อน +16

    I also started leetcoding and it's fun.
    I always try to solve questions on my own before looking at answer, but it is really frustrating when you get TLE and have to look for optimal solution

    • @mattc9409
      @mattc9409 8 หลายเดือนก่อน

      What’s TLE ?

    • @darkpassenger9155
      @darkpassenger9155 8 หลายเดือนก่อน

      Time Limit Exceeded, solution is potentially correct but not time optimized@@mattc9409

    • @alarmolord
      @alarmolord 8 หลายเดือนก่อน

      ​@@mattc9409time limit exceeded = TLE

    • @ComradeOgilvy1984
      @ComradeOgilvy1984 8 หลายเดือนก่อน +2

      Dave's point about not worrying about optimal solution is true, but if you are hitting TLE it means your solution is probably a bit too "brute force" (with rare exceptions).
      I understand the frustration, but I would suggest you reframe the TLE. What it means is you have a good grasp of the basics of the problem, as you (presumably) have a solution that could be used. Now you are very well prepared to understand other ways of attacking the same problem. Look at the other people's solutions or the Editorial solutions, and enjoy learning from them.
      And, as Dave said, do not obsess about the absolute most efficient solution. Find a good solution that seems like a useful pattern, that would not be difficult to apply to other similar problems. Study that one well.

  • @TheSupermanMc
    @TheSupermanMc 7 หลายเดือนก่อน +2

    Thanks a lot this was very motivating for me who is a beginner at leetcoding and competitive programming, this is exactly how i learn when i have less time but needed someone to back me up

    • @daveburji
      @daveburji  7 หลายเดือนก่อน

      You got this!

  • @slayerzerg
    @slayerzerg 7 หลายเดือนก่อน +4

    btw you can only do this if you have developed coding fundamentals/skills required. then you can skim any problem and solve it in your head with the right approach. so yeah look at the solution after 20-30 minutes of trying to solve a problem and just find a solution that fits within your arsenal of algos/data structures that you are already familiar with. still takes lots of practice to do this though

    • @daveburji
      @daveburji  7 หลายเดือนก่อน

      For sure, though the foundation necessary for Leetcode is really bare bones, once you know the syntax of a programming language you can begin preparing.

  • @programmingloop7
    @programmingloop7 3 หลายเดือนก่อน +1

    It's just like Math. First you learn how to solve the problems then you get questions to practice

  • @vaishnavejp9247
    @vaishnavejp9247 7 หลายเดือนก่อน +1

    solid advice. wish i saw this 2 years ago

  • @deepak_sharma_z
    @deepak_sharma_z 8 หลายเดือนก่อน +3

    I'm following the same strategy and it's very helpful 😄

    • @daveburji
      @daveburji  8 หลายเดือนก่อน

      Great to hear!

  • @Basta11
    @Basta11 4 หลายเดือนก่อน +1

    This is actually how we learn most things in school. It took millennia for simple mathematical concepts to form our basic elementary curriculum. It would be infeasible to expect kids to come up with these concepts by themselves.

  • @tiagobordin6580
    @tiagobordin6580 8 หลายเดือนก่อน +2

    I really like programming. Building and learning new stuff. But I really hate when it's more about resolving useless things just to show I know something and trying new tactics to get hired, hacking the system of jobs, thinking about Linkedin, selling myself, networking, interviews, memorizing sintaxe. This makes me feel really miserable. I don't feel like a person anymore, but I feel like nothing more than a product.

    • @daveburji
      @daveburji  8 หลายเดือนก่อน

      I feel you, but that's unfortunately what we are asked to do during interviews (but not all companies ask Leetcode!).

  • @SM-ok3sz
    @SM-ok3sz 6 หลายเดือนก่อน

    The editing is preventing me from finishing this. The key press sound effect, the captions, the memes…I’m feeling my brain implode.

  • @balajirudrawar390
    @balajirudrawar390 4 หลายเดือนก่อน

    Most honest video ,I have seen till now

  • @wassup102
    @wassup102 7 หลายเดือนก่อน +2

    damn this is eye opener

  • @romanshevchuk456
    @romanshevchuk456 8 หลายเดือนก่อน +1

    thank you for inspiration, great content!

    • @daveburji
      @daveburji  8 หลายเดือนก่อน

      Thank you!

  • @arpanmukherjee4625
    @arpanmukherjee4625 6 หลายเดือนก่อน +1

    This is very good advice. ❤

  • @AbdulRehmanKhan.
    @AbdulRehmanKhan. 5 หลายเดือนก่อน

    thanks Dave. it was really helpful

  • @mithilesh6793
    @mithilesh6793 8 หลายเดือนก่อน +4

    Basically JEE preperation all over again, Well I know what is required then
    TIME

  • @TheAkiller101
    @TheAkiller101 6 หลายเดือนก่อน +1

    As a beginner, what is a better use of my time. Building practical projects to develop and showcase real skills, or grind leet code. I find memoizing toy solutions to toy problems tedious and unpleasant. I love building things that are usefull to people. I just want to know how necessary this is

    • @daveburji
      @daveburji  6 หลายเดือนก่อน +1

      You don't really need to invest a lot of time to make projects to put on your resume, but you do need to invest a lot of time to get good at interviews.

  • @prajwalawasthi1053
    @prajwalawasthi1053 8 หลายเดือนก่อน +4

    Wonderful insights 🎉🎉❤

    • @daveburji
      @daveburji  8 หลายเดือนก่อน

      Thank you so much!

  • @karthikh5245
    @karthikh5245 3 หลายเดือนก่อน

    actually good advice. great video.

  • @user-jp8sf6yj2r
    @user-jp8sf6yj2r 2 หลายเดือนก่อน

    Thanks! Great vid!

  • @SaadKhan-sg4wh
    @SaadKhan-sg4wh 8 หลายเดือนก่อน +5

    hey! can you if possible share the list you've got where there are different questions of the same pattern

    • @daveburji
      @daveburji  8 หลายเดือนก่อน +1

      www.techinterviewhandbook.org/algorithms/study-cheatsheet/
      Highly recommend the lists in that link.

  • @patrickhastings3733
    @patrickhastings3733 4 หลายเดือนก่อน

    take it a bit of a step further and write unit tests for the coding challenge solutions. Ask chatGPT if you need help doing it but that helps get a better understanding of the logic. You can even set a breakpoint on the unit test and run the debugger and step thru the method under test and watch it all unfold

  • @rawatbrothers0yt968
    @rawatbrothers0yt968 4 วันที่ผ่านมา

    me and my friend spends 2 hours to solve a medium question , but we don't even take any hint and we spend more than a day to solve a hard question.

  • @FaberLSH
    @FaberLSH หลายเดือนก่อน

    Very good video. Thank you

  • @iamfutureflashx
    @iamfutureflashx 7 หลายเดือนก่อน +1

    Interesting video. I didn't feel when 6 minute 46 seconds Video is playing. it was so Smooth. To watch it

    • @daveburji
      @daveburji  7 หลายเดือนก่อน

      Thank you!

  • @jl_117
    @jl_117 7 หลายเดือนก่อน +4

    sometimes the secret requires breaking “rules”. the conventional advice of “practice first” led me nowhere

    • @daveburji
      @daveburji  7 หลายเดือนก่อน

      Wisdom right there! highly agree

  • @AshishRajput-fh4bh
    @AshishRajput-fh4bh 6 หลายเดือนก่อน +1

    I have saved this video. To always know what the process is. Algorithms have demoralized me a thousand times. But, I am up again.

    • @daveburji
      @daveburji  6 หลายเดือนก่อน

      You got this!

  • @frosky9497
    @frosky9497 8 หลายเดือนก่อน +2

    honestly companies having leetcode as a reason you get in or not is just so dumb lol
    everyone knows solving a problem can take some time and it requires some searching and learning to be done
    I was lucky enough to land in a company that just cared about my skillset and tested it through in my opinion easier and more verifiable means
    had software engineer write some code and my job was to correct it as well as explain keywords behind it.
    Then we both sat on the solution later discussed my private projects.
    Then I had an app to do and send them it back and bam
    just like that got a job.

  • @nicolasguillenc
    @nicolasguillenc 8 หลายเดือนก่อน +1

    I liked the piramid tip! It's kind of good news

  • @0xabaki
    @0xabaki 6 หลายเดือนก่อน +1

    super helpful. thanks!

  • @JoyceWanjiru-ub7pq
    @JoyceWanjiru-ub7pq หลายเดือนก่อน

    Personal opinion, leetcode is like brute force solution to passing interviews....a better way will be understanding the patterns.....once you do you wont really tell btwn easy , medium or hard questions....they will all be the same/easy. Bonus it will be easy to remember and also easy for you to explain your solution which most of the times the interviews are looking for.

  • @zaferabdulrahman6988
    @zaferabdulrahman6988 6 หลายเดือนก่อน

    Yes! This is the correct way to learn.

  • @ashisranjandey7541
    @ashisranjandey7541 8 หลายเดือนก่อน +1

    I am trying to follow the same path as u suggested but sometimes going off. Glad that you made a vid which tells me I am on the right path.

    • @daveburji
      @daveburji  8 หลายเดือนก่อน

      You got this!

  • @JyothikamaleshS
    @JyothikamaleshS 3 หลายเดือนก่อน

    Thanks for the wonderful rundown aiding DSA practise
    Do you have the set of questions for the DS and A types for practise and test?

  • @jds9903
    @jds9903 7 หลายเดือนก่อน +2

    Thanks...Great video! Fortunately this is what I've been doing too on Leetcode that helped me get better and consistent. ✌🏻
    But I m not so much into dev, what would you suggest to me, how much does that impact? Should I focus strongly on dev as well?

    • @daveburji
      @daveburji  7 หลายเดือนก่อน +1

      Thank you! For your question, it depends what is asked on the interviews for the roles you're interviewing for

  • @chandansingh2495
    @chandansingh2495 6 หลายเดือนก่อน +1

    Great video, but small suggestion about the background music, can it be little lower than your voice. Music is great but more interested to hear what you are saying.

    • @daveburji
      @daveburji  6 หลายเดือนก่อน

      Thank you for the feedback!

  • @reeeeel2858
    @reeeeel2858 7 หลายเดือนก่อน +1

    After getting a job it is hard to remain in touch with practicing, i lost touch with that and when i open i get scared to even see my own solutions ,it feels how in the world did i even think of that 😂

  • @inuyasha11p
    @inuyasha11p 8 หลายเดือนก่อน +2

    How would you choose which questions to like learn solutions from and which ones to solve?

  • @mycollegeshirt
    @mycollegeshirt 8 หลายเดือนก่อน +2

    yup 100 percent learn the solutions. It's pattern recognition, not discovery.

  • @pankajthakur65
    @pankajthakur65 7 หลายเดือนก่อน +1

    Really good advice