a) for(increment=N/2;increment>0;increment/=2)
b) for(i=1;i<n;i++)
c) for(i=n/2;i>=0;i- -)
d) for(i=0;i< n;i++;numelements- -)
Which of the following statements is the basic for loop for a shell sort algorithm?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Which of the following statements is the basic for loop for a shell sort algorithm?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!