JavaScript Data Structures and Algorithms An Introduction to Understanding and Implementing Core Data Structure and Algorithm Fundamentals /
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 has...
Main Author: | |
---|---|
Corporate Author: | |
Format: | Electronic eBook |
Language: | English |
Published: |
Berkeley, CA :
Apress : Imprint: Apress,
2019.
|
Edition: | 1st ed. 2019. |
Subjects: | |
Online Access: | Full Text via HEAL-Link |
Table of Contents:
- 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.