JavaScript Data Structures and Algorithms: An Introduction to Understanding and Implementing Core Data Structure and Algorithm Fundamentals
Autor Sammie Baeen Limba Engleză Paperback – 24 ian 2019
You'll discover how to implement data structures such as hash tables, linked lists, stacks, queues, trees, and graphs. You'll also learn how a URL shortener, such as bit.ly, is developed and what is happening to the data as a PDF is uploaded to a webpage. This book covers the practical applications of data structures and algorithms to encryption, searching, sorting, and pattern matching.
It is crucial for JavaScript developers to understand how data structures work and how to design algorithms. This book and the accompanying code provide that essential foundation for doing so. With JavaScript Data Structures and Algorithms you can start developing your knowledge and applying it to your JavaScript projects today.What You'll Learn
- Review core data structure fundamentals: arrays, linked-lists, trees, heaps, graphs, and hash-table
- Review core algorithm fundamentals: search, sort, recursion, breadth/depth first search, dynamic programming, bitwise operators
- Examine how the core data structure and algorithms knowledge fits into context of JavaScript explained using prototypical inheritance and native JavaScript objects/data types
- Take a high-level look at commonly used design patterns in JavaScript
Existing web developers and software engineers seeking to develop or revisit their fundamental data structures knowledge; beginners and students studying JavaScript independently or via a course or coding bootcamp.
Preț: 270.42 lei
Preț vechi: 338.03 lei
-20% Nou
Puncte Express: 406
Preț estimativ în valută:
51.75€ • 53.39$ • 43.80£
51.75€ • 53.39$ • 43.80£
Carte disponibilă
Livrare economică 12-26 februarie
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781484239872
ISBN-10: 1484239873
Pagini: 294
Ilustrații: XXI, 357 p. 136 illus.
Dimensiuni: 178 x 254 x 22 mm
Greutate: 0.72 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1484239873
Pagini: 294
Ilustrații: XXI, 357 p. 136 illus.
Dimensiuni: 178 x 254 x 22 mm
Greutate: 0.72 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Cuprins
1. Big-O Notation
2. JavaScript: Unique Parts
3. JavaScript Numbers
4. JavaScript Strings
5. JavaScript Arrays
6. JavaScript Objects
7. JavaScript Memory Management
8. Recursion
9. Sets
10. Searching and Sorting
11. Hash Tables
12. Stacks and Queues
13. Linked Lists
14. Caching
15. Trees
16. Heaps
17. Graphs
18. Advanced Strings
19. Dynamic Programming
20. Bit Manipulation
2. JavaScript: Unique Parts
3. JavaScript Numbers
4. JavaScript Strings
5. JavaScript Arrays
6. JavaScript Objects
7. JavaScript Memory Management
8. Recursion
9. Sets
10. Searching and Sorting
11. Hash Tables
12. Stacks and Queues
13. Linked Lists
14. Caching
15. Trees
16. Heaps
17. Graphs
18. Advanced Strings
19. Dynamic Programming
20. Bit Manipulation
Notă biografică
Sammie Bae is a data engineer at Yelp and has worked for the data platform engineering team at NVIDIA. He developed a deep interest in JavaScript during an internship at SMART Technologies (acquired by Foxconn), where he developed Node.js-based JavaScript APIs for serial port communication between electronic board drivers and a web application. Despite how relevant JavaScript is to the modern software engineering industry, there were no books that taught algorithms and data structures using JavaScript. Sammie understands how difficult these computer science concepts are and aims to make clear and concise explanations.
Textul de pe ultima copertă
Explore data structures and algorithm concepts and their relation to everyday JavaScript development. A basic understanding of these ideas is essential to any JavaScript developer wishing to analyze and build great software solutions.
You'll discover how to implement data structures such as hash tables, linked lists, stacks, queues, trees, and graphs. You'll also learn how a URL shortener, such as bit.ly, is developed and what is happening to the data as a PDF is uploaded to a webpage. This book covers the practical applications of data structures and algorithms to encryption, searching, sorting, and pattern matching.
It is crucial for JavaScript developers to understand how data structures work and how to design algorithms. This book and the accompanying code provide that essential foundation for doing so. With JavaScript Data Structures and Algorithms you can start developing your knowledge and applying it to your JavaScript projects today.
You'll discover how to implement data structures such as hash tables, linked lists, stacks, queues, trees, and graphs. You'll also learn how a URL shortener, such as bit.ly, is developed and what is happening to the data as a PDF is uploaded to a webpage. This book covers the practical applications of data structures and algorithms to encryption, searching, sorting, and pattern matching.
It is crucial for JavaScript developers to understand how data structures work and how to design algorithms. This book and the accompanying code provide that essential foundation for doing so. With JavaScript Data Structures and Algorithms you can start developing your knowledge and applying it to your JavaScript projects today.
Caracteristici
Combines clear explanations of data structure and algorithm theory with practical code samples, examples and exercises, all specifically relevant to JavaScript
Provides background information on object-oriented programming and native JavaScript concepts to help understand how everything fits together
Illustrates how these theoretical computer science concepts ties back to practical applications in software engineering
Provides background information on object-oriented programming and native JavaScript concepts to help understand how everything fits together
Illustrates how these theoretical computer science concepts ties back to practical applications in software engineering