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...
Κύριος συγγραφέας: | |
---|---|
Συγγραφή απο Οργανισμό/Αρχή: | |
Μορφή: | Ηλεκτρονική πηγή Ηλ. βιβλίο |
Γλώσσα: | English |
Έκδοση: |
Berkeley, CA :
Apress : Imprint: Apress,
2019.
|
Έκδοση: | 1st ed. 2019. |
Θέματα: | |
Διαθέσιμο Online: | Full Text via HEAL-Link |
Πίνακας περιεχομένων:
- 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.