Book Description
Data structures and algorithms are fundamental building blocks of computer programming. They are critical to any problem, provide a complete solution, and act like reusable code. Using appropriate data structures and having a good understanding of algorithm analysis is key in JavaScript to solving the crisis and ensuring your application is a success. Do you want to build applications that are high-performing and fast? Are you looking for complete solutions to implement complex data structures and algorithms in a practical way? If either of these questions ring a bell, then this book is for you!
You’ll start by building stacks and understanding performance and memory implications. You will learn how to pick the right type of queue for the application. You will then use Sets, Maps, and trees, and simplify complex applications using Graphs. You will learn to implement different types of sorting algorithms before gradually calculating and analyzing space time complexity. Finally, you will dive deep into increasing the performance of your application using micro optimizations and memory management.
By the end of the book you will gain the skills and expertise necessary to create and employ various data structures in a way that is demanded by their project or use case.