On 2017-03-01 10:47:45 +0530, Kuntal Ghosh wrote:
> if (insertdist > curdist)
> {
> swap the entry to be inserted with the current entry.
> Try to insert the current entry in the same logic.
> }
>
> So, the second approach will not cause all the followers to be shifted by 1.
How not? You'll have to do that game until you found a free slot.