From 861e0e9243a76b5e5490b74274b5490bde4eb7fc Mon Sep 17 00:00:00 2001 From: Oleksii Trekhleb Date: Fri, 14 Sep 2018 07:35:19 +0300 Subject: [PATCH] Update README. --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 334d48b0..56d46ead 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ _Read this in other languages:_ [_Español_](README.es-ES.md), [_Português_](README.pt-BR.md) -*Note that this project is meant to be used for learning and researching purposes +*☝ Note that this project is meant to be used for learning and researching purposes only and it is **not** meant to be used for production.* ## Data Structures @@ -296,9 +296,3 @@ Below is the list of some of the most used Big O notations and their performance | **Shell sort** | n log(n) | depends on gap sequence | n (log(n))2 | 1 | No | | | **Counting sort** | n + r | n + r | n + r | n + r | Yes | r - biggest number in array | | **Radix sort** | n * k | n * k | n * k | n + k | Yes | k - length of longest key | - -## The Book - -We’re writing a book that will clearly explain, in detail, the main algorithms. -If you’d like to be notified when the “JavaScript Algorithms” book -launches, [click here](https://upscri.be/402324/).