8000 Add big O notation to the style guide by hugovk · Pull Request #1261 · python/devguide · GitHub
[go: up one dir, main page]

Skip to content

Add big O notation to the style guide #1261

New issue

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

Merged
merged 3 commits into from
Jan 14, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add header to table
  • Loading branch information
hugovk committed Jan 10, 2024
commit 756d4812561e397d21120d31191d2f0fe0bfd6b8
1 change: 1 addition & 0 deletions documentation/style-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ Big *O* notation is used to describe the performance of algorithms.
Use italics for the big *O* and variables. For example:

.. list-table::
:header-rows: 1

* - reStructuredText
- Rendered
Expand Down
0