diff --git a/src/data-structures/README.md b/src/data-structures/README.md index eb47bbff..d2109f4b 100644 --- a/src/data-structures/README.md +++ b/src/data-structures/README.md @@ -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/).