Michael McMillan
Data Structures and Algorithms with JavaScript
- ISBN 13:
- 9781449364939
- author:
- Michael McMillan
- format:
- Paperback
- publisher:
- OReilly Media
- language:
- English
- Publication Year:
- 2014
- Pages:
- 250
- Dimensions:
- 17.8 x 1.6 x 23.3 cm
- Genre:
- Computing & Internet, Computer Science, Information Systems
- Condition:
- New
- Availability:
- Item usually sent within 10 working days
Description
Implementing data structures and algorithms in JavaScript can be challenging when moving from client-side to server-side programming. This practical guide helps you overcome this hurdle by providing hands-on experience with various storage mechanisms, including linked lists, stacks, queues, and graphs. You'll learn how to choose the most suitable data structures and algorithms for your specific problems, understanding their trade-offs in a JavaScript context. The book also covers essential JavaScript features used throughout. Topics include arrays and lists, stacks and queues, linked lists, dictionaries, hashing, sets, binary trees, and graph algorithms, as well as advanced algorithms like dynamic programming and greedy algorithms. By mastering these data structures and algorithms, you'll be able to write more efficient and effective JavaScript programs for server-side development.