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