Created
January 23, 2022 08:36
-
-
Save AnasAboreeda/3a0c382cc9fd76068797a13a37b426ac to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for (int i=0; i<n; i++){ | |
i*=2; | |
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