Add big O sheet for sorting algorithms.

This commit is contained in:
Oleksii Trekhleb 2018-04-13 06:11:39 +03:00
parent 33963d8e08
commit 8447bd140d
2 changed files with 5 additions and 0 deletions

View File

@ -88,3 +88,8 @@ Below is the list of some of the most used Big O notations and their performance
![Common Data Structure Operations](https://github.com/trekhleb/javascript-algorithms/blob/master/assets/big-o-data-structures.png)
Source: [Big O Cheat Sheet](http://bigocheatsheet.com/).
### Array Sorting Algorithms
![Big O graphs](https://github.com/trekhleb/javascript-algorithms/blob/master/assets/big-o-sorting-algorithms.png)
Source: [Big O Cheat Sheet](http://bigocheatsheet.com/).

Binary file not shown.

After

Width:  |  Height:  |  Size: 209 KiB