Add big O info.

This commit is contained in:
Oleksii Trekhleb 2018-03-30 10:15:33 +03:00
parent 1eaab78371
commit c4a40160bf

View File

@ -6,6 +6,6 @@
## Common Data Structure Operations
![Common Data Structure Operations](https://github.com/trekhleb/javascript-algorithms/blob/master/assets/big-o-graph.png)
![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/).