mirror of
https://github.moeyy.xyz/https://github.com/trekhleb/javascript-algorithms.git
synced 2024-11-10 11:09:43 +08:00
Add big O info.
This commit is contained in:
parent
74cd611225
commit
de2d9bd09f
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
## Big O Notation
|
## 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)
|
![Big O graphs](https://github.com/trekhleb/javascript-algorithms/blob/master/assets/big-O-graph.png)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user