Meeting Rooms II (Leetcode 253) - Medium (Hindi)

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

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

  • @kalyanbhadra3202
    @kalyanbhadra3202 3 года назад +8

    After searching a lot and wasting time on other videos, at last, found this where you nicely explained why we need PriorityQueue and exactly why this is the best solution. Thanks.

  • @CodingWithPrakash_
    @CodingWithPrakash_  3 года назад +2

    ✅ Useful Links
    𝐈𝐧𝐬𝐭𝐚𝐠𝐫𝐚𝐦 - instagram.com/codingwithprakash/
    𝐖𝐡𝐚𝐭𝐬𝐀𝐩𝐩𝐂𝐡𝐚𝐧𝐧𝐞𝐥 - whatsapp.com/channel/0029VaACtTa4tRrpDCQc5f44
    𝐋𝐢𝐧𝐤𝐞𝐝𝐢𝐧 - www.linkedin.com/in/prakash-shukla/

  • @satyanarayanmohanty3415
    @satyanarayanmohanty3415 3 года назад +6

    Great explanation.

  • @poojabihani6125
    @poojabihani6125 3 года назад +5

    Amazing explanation!

  • @dhruvgoel25
    @dhruvgoel25 16 дней назад

    Nice explanation. Thanks.

  • @chetannain4867
    @chetannain4867 3 года назад +4

    Thank you very much, Sir..
    Just a suggestion, please also demonstrate the dry run of the code with an example.

  • @rounaq_khandelwal
    @rounaq_khandelwal Год назад +1

    Can we use 2 pointers instead of a priority queue in the sorted intervals, ( we can maintain a counter which keeps on incrementing as long as we are having clashed meetings consecutively, else re initialize it with 1 while iterating in the intervals array )?

  • @afnanrehman866
    @afnanrehman866 7 месяцев назад

    Thanks a lot for the best explanation on internet.

  • @khushboopriya9895
    @khushboopriya9895 2 года назад +1

    Best video for this ques

  • @nikhilgupta7532
    @nikhilgupta7532 2 года назад +1

    Just amazing!

  • @nikhilm4290
    @nikhilm4290 3 года назад +2

    Nice Explanation

  • @soumikpaul6503
    @soumikpaul6503 11 месяцев назад

    excellent explanation thank you

  • @alisheheryar1770
    @alisheheryar1770 8 месяцев назад +1

    good logic boy.Use a heap and return len of heap at the end.

  • @deepjyotidebnath4122
    @deepjyotidebnath4122 3 года назад +2

    Please do some dry run of the code with examples🙏🙏

  • @ajaykeshri971
    @ajaykeshri971 2 года назад +1

    Hi @Prakash, How can i find which room used maximum time

  • @afrozahmad6862
    @afrozahmad6862 3 года назад +1

    nice explaination...

  • @ankitkushwaha6269
    @ankitkushwaha6269 3 года назад +1

    tnx 😊

  • @himanshunegi5228
    @himanshunegi5228 3 года назад +1

    keep going

  • @nikhilm4290
    @nikhilm4290 3 года назад +1

    In the link for InterviewBit and LC Google sheet I can only see LC solutions links. Can you please check

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

      I make 90 percentage videos of LC and 10 percentage from other portals

  • @harshalgarg1149
    @harshalgarg1149 3 года назад +1

    Great explanation.