LeetCode Was Hard Until I Learned These 3 Things

Поделиться
HTML-код
  • Опубликовано: 12 сен 2024
  • 🚀 Join my FREE Newsletter: www.faangacade...
    💻 Products to help your job hunt: payhip.com/FAA...
    Get better at LeetCode by implementing 3 tips into your study sessions. It took me years of trial and error and dozens of interviews to be able to share these tips with you.
    Socials:
    Instagram ► / mattguest.tech
    LinkedIn ► / matt-guest-03252474
    👨‍💻 BLIND-75 PLAYLIST: • Blind 75 - Coding Ques...
    📚 Read about coding patterns: hackernoon.com...
    🔗 Link to the graphic (as promised): / leetcode_problems_dist...

Комментарии • 36

  • @simpleedge
    @simpleedge 7 месяцев назад +9

    00:01:34 Practice how you will interview.
    00:04:13 Focus on high ROI topics
    00:05:25 Find Coding Patterns

  • @69k_gold
    @69k_gold 7 месяцев назад +10

    These are good tips, I personally used these myself in college. I was nowhere close to the top 1%, but talking to myself and taking breaks to refocus helped me so much. Even in my job

  • @md.naimemolla8543
    @md.naimemolla8543 7 месяцев назад +4

    clean and straightforward. Subscribed for more like this one.

  • @noelalfaro
    @noelalfaro 7 месяцев назад +5

    For 8:05 , I was wondering if you can clarify, "once you learn one concept" one concept as in data structure, or one of the coding patterns?

    • @mattguesttech
      @mattguesttech  7 месяцев назад +9

      One concept as in data structure. Like after learning about graph problems you can try doing Stack problems, etc. If you learn like this then eventually you’ll slowly develop an intuition for coding patterns in these problems.

  • @FBVytiokas
    @FBVytiokas 7 месяцев назад +2

    Hey Matt, thanks for the vid

  • @priyankachowdhury5322
    @priyankachowdhury5322 7 месяцев назад +1

    Thanks for sharing!❤

  • @pb25193
    @pb25193 7 месяцев назад +7

    All these ppl who are saying "if I can land a tech job.." are the reason for the layoffs in tech.

    • @callous21
      @callous21 7 месяцев назад

      There are no comments like that. What are you referring to?

    • @pb25193
      @pb25193 7 месяцев назад +2

      @@callous21 the guy who posted the video said this himself lol

    • @kempsole
      @kempsole 7 месяцев назад +3

      It's called interest rates. When they are raised it forces companies to lay off aggressively. Not just IT market

    • @callous21
      @callous21 7 месяцев назад +2

      You're right. Were so stuck in our bubble to realize other fields are struggling too​@kempsole

    • @mattguesttech
      @mattguesttech  7 месяцев назад

      Not sure I follow your logic…

  • @zBlaXzModding
    @zBlaXzModding 7 месяцев назад +1

    Thanks Noel

  • @aminlee5
    @aminlee5 7 месяцев назад +1

    you got a subscriber !

  • @firstshield9507
    @firstshield9507 7 месяцев назад +3

    Is it normal to take 1h to solve easy problems?I solved a obout 25 easy problems and I it is still hard to me

    • @amrmohamedzaki4473
      @amrmohamedzaki4473 7 месяцев назад +3

      yes, it takes time and it's different from one person to another. Just keep practicing and you will get better by time

    • @sidisonia4145
      @sidisonia4145 7 месяцев назад

      Man U take an 1h i can’t even solve it after hours and hours

    • @ethanphelps5308
      @ethanphelps5308 7 месяцев назад

      25 problems isn't enough to start re-encountering patterns, so you're going to continue seeing problems with patterns you haven't been exposed to yet. So don't worry about them feeling hard. Work on learning patterns and solving problems that fall under a specific pattern to gain confidence in that pattern and its variations. The more problems you solve, the more likely you are to see a pattern that you've worked with before. You'll also be able to tell when problems are combinations of multiple patterns. Foundational patterns like DFS/BFS/binary search/sliding window/hash maps/etc will start to become like muscle memory which allows you to focus more mental energy on the unique parts of the problems. Try to follow a roadmap like Neetcode 150 or Blind 75. It will be hard the first time bc you'll be learning patterns that you aren't familiar with. Spend the time to truly understand the different approaches and don't spend too long on any one question without looking at the answers. The next time you encounter similar problems, things will flow much easier. Every time you don't understand something is an opportunity to learn :)

  • @sergiocoder
    @sergiocoder 7 месяцев назад +1

    Did you use any of that knowledge in the actual work?

  • @rhnirsilva652
    @rhnirsilva652 7 месяцев назад

    cool video but why is the volume so low ?

  • @codeofcoffee8722
    @codeofcoffee8722 7 месяцев назад +1

    Am trying to login , but not coming

    • @mattguesttech
      @mattguesttech  7 месяцев назад +1

      What’s the issue with the login?

    • @codeofcoffee8722
      @codeofcoffee8722 7 месяцев назад

      @@mattguesttech am not able to login , pls try me once

    • @mattguesttech
      @mattguesttech  7 месяцев назад +1

      Are you using Google login by chance?

    • @codeofcoffee8722
      @codeofcoffee8722 7 месяцев назад

      @@mattguesttech yes am using Google login

    • @codeofcoffee8722
      @codeofcoffee8722 7 месяцев назад +1

      @@mattguesttech the sign up button is also not working .

  • @powerHungryMOSFET
    @powerHungryMOSFET 7 месяцев назад +2

    AI can replace all the programmer who are preparing for coding interviews

    • @bgill7475
      @bgill7475 7 месяцев назад

      Not quite yet but it’s getting there.

    • @ryzikx
      @ryzikx 7 месяцев назад

      @@bgill7475gpt4 with correct prompting and feedback can answer most leetcodes

    • @hegerwalter
      @hegerwalter 7 месяцев назад +5

      For the next 100 years, programmers will be cleaning up the mess created by AI.
      For every complex problem in mathematics, there is a simple easy answer which is often wrong.
      One big problem in programming is that often the specification is naive, incomplete and ill-posed. People often have an "idea" of what they want, but until they work out the details, it is not a solved problem. Sometimes, the solution is a happy compromise on what can be achieved in the budget in the allocated time.

    • @powerHungryMOSFET
      @powerHungryMOSFET 7 месяцев назад

      @@hegerwalter if total 5 programmers working for a company then AI will reduce it 2 or 3 or may be to 0. What I understood that we can write very inefficient code and get away with that as we have such advancement in computing hardware. AI writes bad code but due to hardware efficiency it doesnt matter much how bad the code is. Even if we employ an expert who can prompt and copy paste code from GPTs that would be enough imo. I also think the buisness requirement will be directly given to AI instead giving it to BAs in the fututre. The companies will have their own speicilalized language models