Library sort: Difference between revisions

Content deleted Content added
No edit summary
Stypex (talk | contribs)
m typo
Line 87:
 
//This routine inserts the element in the position found
//by binary search and then swaps the positonspositions of the following
//elements till an empty space is hit
void insert(int f[], int element , int position)