From 250d90af3cb6212e5ec4e2cd8be874b8f3f9ef6a Mon Sep 17 00:00:00 2001 From: Oleksii Trekhleb Date: Sun, 15 Apr 2018 06:57:34 +0300 Subject: [PATCH] Add quick sort. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 95b0ffcb..4abeb5b1 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ npm test -- -t 'playground' Order of growth of algorithms specified in Big O notation. ![Big O graphs](https://github.com/trekhleb/javascript-algorithms/blob/master/assets/big-o-graph.png) + Source: [Big O Cheat Sheet](http://bigocheatsheet.com/). Below is the list of some of the most used Big O notations and their performance comparisons against different sizes of the input data.