Data Structures in JavaScript, How to use them with comment, explanations, examples and usages.
The content present here are taken from many places and my learnings of the past few years in the Industry. But I would to like to point to few resources(there are many more but these are ones I mostly followed)
Big O analysis gives us an idea of how much our code takes as we increase the input size.
I highly recommend this book Data Structures and Algorithms Using Java‐ Script by Michael McMillian (O’Reilly). Copyright 2014 Michael McMillan
Data Structures lectures by Naveen Garg- Videos (NPTEL)
MIT 6.046J / 18.410J Introduction to Algorithms (SMA 5503), By MIT OpenCourseWare
[MIT 6.006 Introduction to Algorithms, Fall 2011][4] [4]: https://www.youtube.com/watch?v=HtSuA80QTyo