mirror of
https://github.moeyy.xyz/https://github.com/trekhleb/javascript-algorithms.git
synced 2024-11-10 11:09:43 +08:00
Added a better explain link for big 0 notation
This commit is contained in:
parent
dc1047df72
commit
123b1773e0
@ -255,6 +255,8 @@ npm test -- 'playground'
|
||||
### 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.
|
||||
Here is more detailed explaination on Big 0 notation [Understanding Big-O Notation With JavaScript](https://dev.to/b0nbon1/understanding-big-o-notation-with-javascript-25mc).
|
||||
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user