Skip to content

Instantly share code, notes, and snippets.

@easleyschool
Created October 11, 2019 04:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save easleyschool/a680ed067de2c37fbb5e5f3e21b6b0ca to your computer and use it in GitHub Desktop.
Save easleyschool/a680ed067de2c37fbb5e5f3e21b6b0ca to your computer and use it in GitHub Desktop.
for(i=0; i < N; i++)
{
for(j=0; j < N;j++)
{
statement;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment