JuliaAcademy / JuliaTutorials

Learn Julia via interactive tutorials!
https://julialang.org/learning/
MIT License
1.26k stars 657 forks source link

Change indexing order of nested loops #59

Closed ghost closed 4 years ago

ghost commented 4 years ago

Closes #52

StefanKarpinski commented 4 years ago

Since it's quite conventional for the indices to be in i, j order, I think it would be preferable to change the order of the loops.

ghost commented 4 years ago

Since it's quite conventional for the indices to be in i, j order, I think it would be preferable to change the order of the loops.

Good point. I adjusted it to according to your suggestion.

StefanKarpinski commented 4 years ago

LGTM. @mbauman, are you the right person to approve this?