mirror of
https://github.moeyy.xyz/https://github.com/trekhleb/javascript-algorithms.git
synced 2024-12-26 23:21:18 +08:00
Add short Big O explanation to the main README.
This commit is contained in:
parent
5adca66282
commit
f4e3907f2c
@ -241,7 +241,9 @@ npm test -- 'playground'
|
|||||||
|
|
||||||
### Big O Notation
|
### Big O Notation
|
||||||
|
|
||||||
Order of growth of algorithms specified in Big O notation.
|
*Big O notation* is used to classify algorithms according to how their running time or space requirements grow as the input size grows.
|
||||||
|
|
||||||
|
On the chart below you may find most common orders of growth of algorithms specified in Big O notation.
|
||||||
|
|
||||||
![Big O graphs](./assets/big-o-graph.png)
|
![Big O graphs](./assets/big-o-graph.png)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user