Add big O sheet for sorting algorithms.

This commit is contained in:
Oleksii Trekhleb 2018-04-13 06:13:58 +03:00
parent 8447bd140d
commit d267ea0658

View File

@ -91,5 +91,5 @@ Source: [Big O Cheat Sheet](http://bigocheatsheet.com/).
### Array Sorting Algorithms ### Array Sorting Algorithms
![Big O graphs](https://github.com/trekhleb/javascript-algorithms/blob/master/assets/big-o-sorting-algorithms.png) ![Big O of sorting algoritms](https://github.com/trekhleb/javascript-algorithms/blob/master/assets/big-o-sorting-algorithms.png =100x)
Source: [Big O Cheat Sheet](http://bigocheatsheet.com/). Source: [Big O Cheat Sheet](http://bigocheatsheet.com/).