From de2d9bd09fe5ef483eb1882aa865b37c1675577d Mon Sep 17 00:00:00 2001 From: Oleksii Trekhleb Date: Fri, 30 Mar 2018 08:45:07 +0300 Subject: [PATCH] Add big O info. --- src/algorithms/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)