A Beginner's Guide to Dynamic Programming

Поделиться
HTML-код
  • Опубликовано: 12 сен 2024
  • 🚀 Join my FREE Newsletter: www.faangacade...
    💻 Products to help your job hunt: payhip.com/FAA...
    Welcome to the ultimate beginner's guide to dynamic programming! In this video, join me as I demystify the fundamentals of dynamic programming and guide you through its application step by step.
    This video is part of a series, this is part 1 of 3.
    🔍 What You'll Learn:
    - Understand the core principles of dynamic programming.
    - Explore step-by-step examples to solidify your understanding.
    - Learn how to spot dynamic programming problems in the real world.
    📚 Read about coding patterns: hackernoon.com...

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

  • @edgaraguilera1824
    @edgaraguilera1824 Месяц назад +2

    The best explanation of dynamic programming I have seen. Thanks!

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

    doyouevencompile's meta-joke about dp, which wasn't circled in red in the beginning, is absolutely hilarious.

    • @yt-sh
      @yt-sh Месяц назад

      funny stuff

  • @kyokokirigiri166
    @kyokokirigiri166 4 месяца назад +1

    This really helps. Thank you

  • @gautamknambiar
    @gautamknambiar Месяц назад +2

    So is any problem that can be solved with recursion a dp problem?

    • @TheWarTurkey
      @TheWarTurkey 22 дня назад

      I'm also wondering this. I get recursion, but I still don't understand what "dynamic programming" is 😅

  • @notnotjake
    @notnotjake 2 месяца назад +1

    Great stuff thanks

  • @user-zj9pq5xc7x
    @user-zj9pq5xc7x Месяц назад

    amazing explanation, thanks

  • @AutismLevel100
    @AutismLevel100 6 месяцев назад

    I have some questions about the course:
    1. Does your technical prep site break down all the DP questions by those 5 categories?
    If so, how many questions in total are covered in the DP section (I'm asking since there is no preview for DP)?
    Thanks.

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

      Yes, the DP problems on my site do cover these categories. Right now there are 6 DP questions. The idea is to focus on the patterns and techniques though, hence why there are only 6. But I plan to add more in the future.

  • @PKarthikeyaneeb
    @PKarthikeyaneeb 8 месяцев назад

    Awesome explanation! Earned a subscriber! Can you make one for greedy algorithm as well?

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

      Glad that you liked the video. And sure thing, I can do that!

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

    Does your technical prep site break down all the DP questions by those 5 categories?

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

      Yep, we cover that and much more

  • @Texa8
    @Texa8 14 дней назад +1

    still pretty unclear...