x=0
for ( row=1 ; row<=ROWS ; row++) {
if ( row == 1 ) {
arr[row][0] = 1;
continue;
}
arr[row][0] = 1;
for ( j=1 ; j<row ; j++ ) {
arr[row][j] = arr[row-1][j-1] + arr[row-1][j];
}
}
Programming
Math
Physics
languages: C C++ Python Java
HTML and many others...
algorithms, infosec, encryption,
functional programming,
object oriented programming
junior/high school, calculus,
algebra, statistics,
signal processing...
mechanics, electrodynamics...
∞
for
more
information
info
@
tutorprof.ca