LeetCode 17 - Letter Combinations of a Phone Number

Поделиться
HTML-код
  • Опубликовано: 18 янв 2025

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

  • @sanjeetlove6
    @sanjeetlove6 4 года назад

    Sort and simple solution with good explanation

  • @uuid9595
    @uuid9595 3 года назад

    Great video Ryan! I'm trying to wrap my head around time complexity analysis and wondering if the time complexity can be represented as O(k*n)? K would be the length of the largest letter array which would be 9: ['w', 'x', 'y', 'z'] or 7: ['p', 'q', 'r', 's'] if the digits = '2579'. Just because k is a variable and can be one of two lengths; 3 or 4.

  • @midosobhy2922
    @midosobhy2922 4 года назад

    great explanation

  • @eaatsy
    @eaatsy 4 года назад

    Wow this is the best explanation on the internet!

  • @amember5663
    @amember5663 4 года назад

    haha charade you are!!! fastest "JavaScript" submitter ;) I was wondering why you picked JS at the beginning.
    good explanation though, thanks!