We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 78539d9 + 6e64f07 commit 667d265Copy full SHA for 667d265
Big-O Notation.markdown
@@ -18,6 +18,11 @@ Big-O | Name | Description
18
**O(n!)** | factorial | **Intolerably slow.** It literally takes a million years to do anything.
19
20
21
+
22
+
23
24
25
26
Below are some examples for each category of performance:
27
28
**O(1)**
0 commit comments