:omg: Hmmmmm...
G
gholamali Hosseini
@gholamali Hosseini
Posts
-
for(int i=0; i<size; i++) -
for(int i=0; i<size; i++)maybe but I don't think so. horizontal -> h not 'i' & vertical ->v not 'j' the 'i' and 'j' are symbols for horizontal and vertical vectors.
-
for(int i=0; i<size; i++)i am using 'i' and 'j' for iterating 2D arrays because 'i' and 'j' mean x and y in Cartesian coordinates. :) http://butterfly.blog.ir[^]