write a c program for sorting using shell sort Smit Joshi /* << Algorithm >> Step 1 Read a[n] Step 2 Repeat for d=n/2 to 1 step by d/2 Repeat for k=d/2 to n step by one key<-a[... Read More