We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67f00de commit 6e64f07Copy full SHA for 6e64f07
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