Skip to content

Commit 6cfff2f

Browse files
authored
Grammar fixes.
1 parent 8ea6fb2 commit 6cfff2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Big-O Notation.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Big-O | Name | Description
1818
**O(n!)** | factorial | **Intolerably slow.** It literally takes a million years to do anything.
1919

2020

21-
Some examples to better understand the Big(O) notation:
21+
Below are some examples for each category of performance:
2222

2323
**O(1)**
2424

0 commit comments

Comments
 (0)