Skip to content

Commit 872a38f

Browse files
committedAug 23, 2018
Add short Big O explanation to the main README.
1 parent f4e3907 commit 872a38f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎README.md

-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@ npm test -- 'playground'
242242
### Big O Notation
243243

244244
*Big O notation* is used to classify algorithms according to how their running time or space requirements grow as the input size grows.
245-
246245
On the chart below you may find most common orders of growth of algorithms specified in Big O notation.
247246

248247
![Big O graphs](./assets/big-o-graph.png)

0 commit comments

Comments
 (0)
Please sign in to comment.