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

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

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

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

    very good explaining sir and it is very understanble by us

  • @dikshitaprakash
    @dikshitaprakash 5 месяцев назад +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 8 дней назад

    What a explanation 😮

  • @pratikv24
    @pratikv24 9 месяцев назад +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 15 дней назад +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.

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

    Where is program sir u explained algorithm

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

    Sir it will be great with implementation 😢