diff --git a/src/algorithms/README.md b/src/algorithms/README.md index 2c25233a..5bd476f7 100644 --- a/src/algorithms/README.md +++ b/src/algorithms/README.md @@ -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)