From 1c1826daa9ca41fbc4b1b2e9d00e59810abb071a Mon Sep 17 00:00:00 2001 From: Oleksii Trekhleb Date: Fri, 30 Mar 2018 08:24:13 +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 9d0ddbd3..81a071d1 100644 --- a/src/algorithms/README.md +++ b/src/algorithms/README.md @@ -8,4 +8,4 @@ ## Big O Notation -![Big O graphs](https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png "Logo Title Text 1") +![Big O graphs](https://github.com/trekhleb/javascript-algorithms/blob/master/assets/big-O-graph.jpeg)