Skip to content

Instantly share code, notes, and snippets.

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