Count Largest Group (LeetCode) | Interview Question Explanation

Sdílet
Vložit
  • čas přidán 5. 07. 2024
  • Link to the Code: gist.github.com/JyotinderSing...
    Link to the Problem: leetcode.com/problems/count-l...
    Link to my GitHub: github.com/JyotinderSingh
    Link to my Website: jyotindersingh.com/
    Timestamps:
    00:00 - Problem Introduction
    01:30 - Algorithm Explanation
    02:47 - Coding Walkthrough
    _______________________________________
    Some great channels to learn more:
    Tushar Roy: / tusharroy2525
    Errichto: / @errichto
    Nick White: / @nickwhite
  • Věda a technologie

Komentáře • 6

  • @sureshgarine
    @sureshgarine Před 2 lety

    thank you for the explanation! keep doing the good work

  • @MadpolygonDEV
    @MadpolygonDEV Před rokem

    elegant solution. A question, I am struggling to understand what your intuition was in summing up 9+9+9+9. It makes sense now, but not when I was trying to solve the problem lol.

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

    thanks for the explanation!

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

      Glad I was able to help! Be sure to subscribe for more content!

  • @suvamroy6205
    @suvamroy6205 Před 3 lety

    Why 5,6,7,8,9 are there in the example? but not 4,3,2,1?

    • @rideraff
      @rideraff Před rokem

      1,2,3,4 are part of other group already. They cannot be repeated