Skip to content

Instantly share code, notes, and snippets.

@AnasAboreeda
Created January 23, 2022 08:29
Show Gist options
  • Save AnasAboreeda/b627b61958f15d70f5f3c86e083c0e7e to your computer and use it in GitHub Desktop.
Save AnasAboreeda/b627b61958f15d70f5f3c86e083c0e7e to your computer and use it in GitHub Desktop.
for (int i=0; i<n; i++){
for (int j=0; j<m; j++){
//Statement(s) that take(s) constant time
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment