Unique Binary Search Trees (LeetCode) | Dynamic Programming Explanation

Sdílet
Vložit
  • čas přidán 5. 07. 2024
  • Link to the Code: gist.github.com/JyotinderSing...
    Link to the question: leetcode.com/problems/unique-...
    Link to my GitHub: github.com/JyotinderSingh
    Link to my Website: jyotindersingh.com/
    Another Great Video on the same topic: • Count Total Unique Bin...
    Timestamps:
    00:00 - Problem Introduction
    01:18 - Algorithm Explanation
    16:47 - Coding Walkthrough
    _______________________________________
    Some great channels to learn more:
    Tushar Roy: / tusharroy2525
    Errichto: / @errichto
    Nick White: / @nickwhite
    Kevin Naughton Jr: / @kevinnaughtonjr
  • Věda a technologie

Komentáře • 9

  • @priyakolluru356
    @priyakolluru356 Před 4 lety +1

    Hey! Thank you!! I was trying with formulae and time limit exceeded! Thanks a ton again!!and please keep making these videos

  • @somasekarmakireddy2637
    @somasekarmakireddy2637 Před 3 lety +1

    nice explanation. keep rocking 👍

    • @JyotinderSingh
      @JyotinderSingh  Před 3 lety

      Thank you so much, means a lot! Be sure to subscribe for more content!

  • @pahehepaa4182
    @pahehepaa4182 Před 4 lety +1

    This is beautifully explained. Wish I'd find this video earlier.

    • @JyotinderSingh
      @JyotinderSingh  Před 4 lety +1

      Thank you so much! I'm so glad you found it helpful, subscribe for more upcoming content!

    • @pahehepaa4182
      @pahehepaa4182 Před 4 lety +1

      @@JyotinderSingh Subscribed 😊 Suggestion : Edit Distance.

    • @JyotinderSingh
      @JyotinderSingh  Před 4 lety

      Sure, I'll try to cover that in the upcoming videos!

  • @irynathebeauty
    @irynathebeauty Před 3 lety

    Great explanation, thank you! I was wondering what's the runtime here? From what I see, it looks like O(n^2) since there's two for loops with values n. Or am I misunderstanding?