2182. Construct String With Repeat Limit | Leetcode 2182 | Contest 281 | Max Heap O(nlogn) 🔥🔥

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 พ.ย. 2024

ความคิดเห็น • 11

  • @pavniujla654
    @pavniujla654 2 ปีที่แล้ว +2

    Mind blowing solution.. so easy to understand thanks

  • @utsavgupta746
    @utsavgupta746 2 ปีที่แล้ว +1

    Amazing 🙌

  • @naliniprakash7738
    @naliniprakash7738 2 ปีที่แล้ว +1

    coolest explaination

  • @divyankmadan9491
    @divyankmadan9491 2 ปีที่แล้ว +1

    Well explained!

  • @054_heenaahmed8
    @054_heenaahmed8 2 ปีที่แล้ว

    What will be time and space complexity ?

    • @054_heenaahmed8
      @054_heenaahmed8 2 ปีที่แล้ว

      Is it ..
      Time : O(n)
      Space : O(n)
      Where n is the length of string
      Please correct me if I am wrong .

  • @devilchamp08
    @devilchamp08 2 ปีที่แล้ว +1

    Here the interesting part is if you use String instead of StringBuilder you will get TLE xd.

  • @djchawla555
    @djchawla555 2 ปีที่แล้ว

    Can be done using TreeMap or not ?

  • @kirtanprajapati8464
    @kirtanprajapati8464 2 ปีที่แล้ว

    Solution in C++ : github.com/kirtan18/leetcode/blob/main/LeetCode%20Contests/Construct%20String%20With%20Repeat%20Limit.cpp