very good explaining sir and it is very understanble by us
@dikshitaprakash5 ай бұрын
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🙂🤝🏻
@krishnar92411 күн бұрын
What a explanation 😮
@pratikv249 ай бұрын
sir can you explain this without the b variable ,its confusing when the b variable came suddenly in the algorithm
@NehaSharma_nsds19 күн бұрын
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.