Talk:Sorting algorithms/Shell sort: Difference between revisions

m
Thank you
No edit summary
m (Thank you)
Line 6:
for (i=increment; i<=(Number of elements in array)-1; i++)
Note by default fortran arrays are 1 based while C arrays are 0 based
:That did it. Thanks. --[[User:Mwn3d|Mwn3d]] 11:32, 20 May 2008 (MDT)
Anonymous user