Skip to content

Commit 250d90a

Browse files
committed
Add quick sort.
1 parent 804f50b commit 250d90a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ npm test -- -t 'playground'
7575
Order of growth of algorithms specified in Big O notation.
7676

7777
![Big O graphs](https://github.com/trekhleb/javascript-algorithms/blob/master/assets/big-o-graph.png)
78+
7879
Source: [Big O Cheat Sheet](http://bigocheatsheet.com/).
7980

8081
Below is the list of some of the most used Big O notations and their performance comparisons against different sizes of the input data.

0 commit comments

Comments
 (0)