Leetcode 322. Coin Change [Java] | Amazon coding interview question

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ส.ค. 2024
  • Check out how to solve the leetcode 322 coin change question in Java. This is one of Amazon's most commonly asked coding interview questions according to Leetcode. In this video, you will see a dynamic programming approach with a very detailed explanation of how it works. The time complexity of this approach is O(S*n) and the Space complexity if O(S), where S is the amount and x is the number of coins.
    Question URL: leetcode.com/p...
    Please write in the comments below which leetcode problem you want me to solve next.
    And remember, a leetcode a day keeps unemployment away!
    Thanks for watching!
    #leetcode322

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

  • @drinkarmor
    @drinkarmor ปีที่แล้ว

    Great explanation!

  • @BogdanHladiuc
    @BogdanHladiuc 3 ปีที่แล้ว +1

    Thank you for the explanation. You made it easy to understand.

  • @aaronye6288
    @aaronye6288 2 ปีที่แล้ว

    Honestly this video is absolutely amazing! def helped me alot!