A Common-Sense Guide to Data Structures and Algorithms in JavaScript, Volume 1 (Pragmatic Programmer) |
Wednesday, 09 October 2024 | |||
This book looks at what data structures and algorithms can do for JavaScript code. Jay Wengrow examines how mastering them enables you to write code that runs faster and more efficiently. The book looks at how to use Big O notation to measure and articulate the efficiency of code, and modify algorithms to make it faster. Wenrow examines how the choice of arrays, linked lists, and hash tables can dramatically affect the code you write. <ASIN:B0D25DSWCH> He also digs into advanced data structures such as binary trees and graphs to help scale specialized applications such as social networks and mapping software.
Author: Jay Wengrow
For recommendations of JavaScript books see JavaScript Beginners Book Choice and Advanced JavaScript Book Choices in our Programmer's Bookshelf section. For more Book Watch just click. Book Watch is I Programmer's listing of new books and is compiled using publishers' publicity material. It is not to be read as a review where we provide an independent assessment. Some, but by no means all, of the books in Book Watch are eventually reviewed. To have new titles included in Book Watch contact BookWatch@i-programmer.info Follow @bookwatchiprog on Twitter or subscribe to I Programmer's Books RSS feed for each day's new addition to Book Watch and for new reviews.
|