We are doing sorting and using insertion sort but why is this named as insertion sort ?
Naming Convention Insertion Sort
Hey @connectrajanjain Because you insert the correct element at the correct positon and shift all the other elements accordingly that’s why it is called insertion.