Naming Convention Insertion Sort

We are doing sorting and using insertion sort but why is this named as 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.