MERGE SORT USING DIVIDE AND CONQUER WITH EXAMPLE AND TIME COMPLEXITY || DAA

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

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

  • @SivakumariThota-y9n
    @SivakumariThota-y9n 2 месяца назад +2

    very good explaining sir and it is very understanble by us

  • @pratikv24
    @pratikv24 10 месяцев назад +4

    sir can you explain this without the b variable ,its confusing when the b variable came suddenly in the algorithm

    • @NehaSharma_nsds
      @NehaSharma_nsds 2 месяца назад +2

      B is the new array where all sorted elements will be stored and k is the index of b variable just like i is the index of unsorted array variable a.

  • @dikshitaprakash
    @dikshitaprakash 7 месяцев назад +1

    thank you so much sir... i was searching time complexity of merge sort but haven't found in any videos but got in yours and you explained it so well also🙂🤝🏻

  • @krishnar924
    @krishnar924 2 месяца назад

    What a explanation 😮

  • @SanthoshSanthosh-mq8oy
    @SanthoshSanthosh-mq8oy 5 месяцев назад

    Where is program sir u explained algorithm

  • @shahsikalagowda183
    @shahsikalagowda183 10 месяцев назад +1

    Sir it will be great with implementation 😢