You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the tmp variable should be moved out from the inner loop. The current implementation moves the selected element by swapping, instead of writing it once where it should be. Is it even insertion sort right now?