diff --git a/README.md b/README.md index ceaa4d07..d4eb6551 100644 --- a/README.md +++ b/README.md @@ -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/). diff --git a/assets/big-o-sorting-algorithms.png b/assets/big-o-sorting-algorithms.png new file mode 100644 index 00000000..cf24516c Binary files /dev/null and b/assets/big-o-sorting-algorithms.png differ