3213. Construct String with Minimum Cost | Leetcode Weekly Contest 7 July 2024 | Hard | Trie + DP

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

КОМЕНТАРІ • 11

  • @Lakshya-f4l
    @Lakshya-f4l 3 місяці тому +1

    Thanks!

  • @kingsenior516
    @kingsenior516 2 місяці тому +1

    Very well explained and also the code was pretty clean, thank you

  • @uditjain6801
    @uditjain6801 29 днів тому

    TLE on 805/808 test case

  • @NishikantDounekar
    @NishikantDounekar 3 місяці тому +2

    This explaination is quite good
    last time i disliked ur logic explaination part
    but liked this time
    Improvement:
    For begineers try explain the Logic bit more, I got understood
    Thanks

  • @atanukundu_10
    @atanukundu_10 4 місяці тому +1

    should have posted this during the contest😂

  • @rohitgowda5938
    @rohitgowda5938 3 місяці тому +2

    its not the most optimised solution though had followed the same approach got an AC due to weak test cases .