From 4090acfab5ddc17fae8a473ffe4a4b5e38a67cdc Mon Sep 17 00:00:00 2001 From: Smith <116065791+Smith1161@users.noreply.github.com> Date: Mon, 2 Jan 2023 18:11:13 +0530 Subject: [PATCH] Added a useful resource Adding a helpful link that discusses data structure in detail, I hope you will like this as it will add value to your repository and readers. Thank you. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0392aefb..0079a966 100644 --- a/README.md +++ b/README.md @@ -305,6 +305,7 @@ npm test -- 'playground' - [▶ Data Structures and Algorithms on YouTube](https://www.youtube.com/playlist?list=PLLXdhg_r2hKA7DPDsunoDZ-Z769jWn4R8) - [✍🏻 Data Structure Sketches](https://okso.app/showcase/data-structures) +- [Data Structure Tutorials](https://www.scaler.com/topics/data-structures/) ### Big O Notation