From c4a40160bffac6a8454f92896a43dea2f3019be4 Mon Sep 17 00:00:00 2001 From: Oleksii Trekhleb Date: Fri, 30 Mar 2018 10:15:33 +0300 Subject: [PATCH] Add big O info. --- src/data-structures/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/).