Data structures and algorithms with JavaScript : bringing classic computing approaches to the web /
Michael McMillan
- Beijing, China : O'Reilly Media, Incorporated, c2014
- xiv, 229 pages : illustrations ; 23 cm.
Includes index.
1. The JavaScript programming environment and model -- 2. Arrays -- 3. Lists -- 4. Stacks -- 5. Queues -- 6. Linked lists -- 7. Dictionaries -- 8. Hashing -- 9. Sets -- 10. Binary trees and binary search trees -- 11. Graphs and graph algorithms -- 12. Sorting algorithms -- 13. Searching algorithms -- 14. Advanced algorithms.
This book discusses how to implement these data structures and algorithms for server-side JavaScript programming.