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

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

КОМЕНТАРІ • 7

  • @SivakumariThota-y9n
    @SivakumariThota-y9n Місяць тому +2

    very good explaining sir and it is very understanble by us

  • @dikshitaprakash
    @dikshitaprakash 6 місяців тому +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 13 днів тому

    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 21 день тому +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 9 місяців тому +1

    Sir it will be great with implementation 😢