Created
January 23, 2022 08:22
-
-
Save AnasAboreeda/ba871e95c16a6a7450cab308273790c7 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 x=0; x<n ;x++){ | |
//statement(s)thattakeconstanttime | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment