Question: Another example : int shsort(int s[], int n){ /* Shell Sort */ int i, j,d; d=n/2; while(d>=1){ } for(i=d+1;i 0)&&(s[0]
Another example : int shsort(int s[], int n){ /* Shell Sort */ int i, j,d; d=n/2; while(d>=1){ } for(i=d+1;i 0)&&(s[0]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
