Add big O info.

This commit is contained in:
Oleksii Trekhleb 2018-03-30 08:45:07 +03:00
parent 74cd611225
commit de2d9bd09f

View File

@ -8,7 +8,7 @@
## Big O Notation
Order of growth of algorithms specified in Big-O notation. Source: [Big-O Cheat Sheet](http://bigocheatsheet.com/).
Order of growth of algorithms specified in Big O notation. Source: [Big O Cheat Sheet](http://bigocheatsheet.com/).
![Big O graphs](https://github.com/trekhleb/javascript-algorithms/blob/master/assets/big-O-graph.png)