pseudocode help with FOR

Posted by Simon on Stack Overflow See other posts from Stack Overflow or by Simon
Published on 2010-03-31T13:10:05Z Indexed on 2010/03/31 13:13 UTC
Read the original article Hit count: 471

Filed under:

for j = n - 1 to 1 step - 1 do

does this means for all j in [1 .. n-1] or [2 .. n-1] ?

© Stack Overflow or respective owner

Related posts about pseudocode