Skip to content

Commit 667d265

Browse files
authored
Merge pull request #884 from ygit/patch-1
added Big O computation comparison graph
2 parents 78539d9 + 6e64f07 commit 667d265

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Big-O Notation.markdown

+5
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ Big-O | Name | Description
1818
**O(n!)** | factorial | **Intolerably slow.** It literally takes a million years to do anything.
1919

2020

21+
22+
![Comparison of Big O computations](https://upload.wikimedia.org/wikipedia/commons/7/7e/Comparison_computational_complexity.svg)
23+
24+
25+
2126
Below are some examples for each category of performance:
2227

2328
**O(1)**

0 commit comments

Comments
 (0)