JavaScript Data Structures and Algorithms: An Introduction to Undestanding and Implementing Core Data Structure and Algorithm Fundamentals
Author: Sammie Bae
ISBN-13: -
Total Pages: 362
Size: 7.3MB
Link Download: Google | MediaFire | ZippyShare
Description:
This book first covers fundamentals mathematics for Big-O analysis and then lays out the basic JavaScript foundations, such as primitive objects and types. Then, this book covers implementations and algorithms for fundamentals data structures such as linked lists, stacks, trees, heaps and graphs. Finally, more advanced topics such as efficient string search algorithms, caching algorithms, and dynamic programming problems are explored in great detail.
Table of Contents:
Chapter 1 - Big-O Notation
Chapter 2 - JavaScript: Unique Parts
Chapter 3 - JavaScript Numbers
Chapter 4 - JavaScript Strings
Chapter 5 - JavaScript Arrays
Chapter 6 - JavaScript Objects
Chapter 7 - JavaScript Memory Management
Chapter 8 - Recursion
Chapter 9 - Sets
Chapter 10 - Searching and Sorting
Chapter 11 - Hash Tables
Chapter 12 - Stacks and Queues
Chapter 13 - Linked Lists
Chapter 14 - Caching
Chapter 15 - Trees
Chapter 16 - Heaps
Chapter 17 - Graphs
Chapter 18 - Advanced Strings
Chapter 19 - Dynamic Programming
Chapter 20 - Bit Manipulation
