Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Which loop is faster?

Name: Anonymous 2012-01-16 8:59


for (I = 0; I < N; I++)
  for (J = 0; J < M; J++)
    update(Xs[I][J]);

or

for (I = 0; I < N; I++)
  for (J = 0; J < M; J++)
    update(Xs[J][I]);

???

Name: Anonymous 2012-01-16 13:21

>>75
What the fuck is going on in this thread? % is modulo, even in JSP. <% however is not, but then again, that's not valid syntax in any C-like language.

Kodak either confirmed for troll or a complete retard.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List