3291 Minimum Number of Valid Strings to Form Target I || How to 🤔 in Interview || Trie + Memo 🥲

Поділитися
Вставка
  • Опубліковано 29 гру 2024

КОМЕНТАРІ • 5

  • @sayandey1131
    @sayandey1131 3 місяці тому

    Great explanation !! Thanks

  • @unknownmaster6184
    @unknownmaster6184 3 місяці тому

    Bro can you share how you plugin the BigOmega extension to your leetcode, I am just not able to do that

  • @GauravDuseja-t6q
    @GauravDuseja-t6q 3 місяці тому

    Why 1+search() can you please help

    • @jeetkaria4768
      @jeetkaria4768 2 місяці тому

      Hey, that 1 indicates that you already have taken valid string till i and now you are trying to find the answer of rest of string that starts from i+1 and so 1+ search(i+1)