Skip to content

Instantly share code, notes, and snippets.

@AnasAboreeda
Created January 23, 2022 08:33
Show Gist options
  • Save AnasAboreeda/b8e2c7195eced76a8325a75e911e8447 to your computer and use it in GitHub Desktop.
Save AnasAboreeda/b8e2c7195eced76a8325a75e911e8447 to your computer and use it in GitHub Desktop.
for (int i=0; i<n; i++){
for (int j=0; j<i; 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