Talk:Sorting algorithms/Shell sort

From Rosetta Code
Revision as of 14:34, 20 May 2008 by rosettacode>Mwn3d (Fortran question)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

I'm trying to translate the fortran code and I can't figure out what the line:

DO i = increment+1, SIZE(a)

means? Could that be translated into C-style code? --Mwn3d 08:34, 20 May 2008 (MDT)