Added a better explain link for big 0 notation

This commit is contained in:
Bonvic Bundi 2019-10-26 16:09:34 +02:00
parent dc1047df72
commit 123b1773e0

View File

@ -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)