We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I assume it is correct to italicize single letter variables that are not specifically used in code:
Does this apply to the O used in Big O notation? Here are some common examples:
Are the following correct:
_O_(1) _O_(_n_) _O_(_n_²) _O_(log _n_) _O_(_n_ log _n_)
The text was updated successfully, but these errors were encountered:
https://guides.raywenderlich.com/article-author-guide/prepare-to-write/follow-our-formatting-conventions
Sorry, something went wrong.
The official guides don't seem to support it.
But also note that the current version of Data Structures and Algorithms in Swift does use italics. And see the usage here: https://en.wikipedia.org/wiki/Big_O_notation
No branches or pull requests
I assume it is correct to italicize single letter variables that are not specifically used in code:
Does this apply to the O used in Big O notation? Here are some common examples:
Are the following correct:
The text was updated successfully, but these errors were encountered: