From 4d2d7189c631218b9c713c8ac070ac4a1d98f6ff Mon Sep 17 00:00:00 2001 From: Oleksii Trekhleb Date: Tue, 30 Aug 2022 09:26:36 +0200 Subject: [PATCH] Add a link to minimalistic data structure sketches. (#933) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a870ccf..f0e90fc8 100644 --- a/README.md +++ b/README.md @@ -301,7 +301,8 @@ npm test -- 'playground' ### References -[▶ Data Structures and Algorithms on YouTube](https://www.youtube.com/playlist?list=PLLXdhg_r2hKA7DPDsunoDZ-Z769jWn4R8) +- [▶ Data Structures and Algorithms on YouTube](https://www.youtube.com/playlist?list=PLLXdhg_r2hKA7DPDsunoDZ-Z769jWn4R8) +- [✍🏻 Data Structure Sketches](https://okso.app/showcase/data-structures) ### Big O Notation