Learning JavaScript Data Structures and Algorithms. Enhance your problem-solving skills in JavaScript and TypeScript - Fourth Edition - Helion
Tytuł oryginału: Learning JavaScript Data Structures and Algorithms. Enhance your problem-solving skills in JavaScript and TypeScript - Fourth Edition
ISBN: 9781836205388
Format: ebook
Księgarnia: Helion
Cena książki: 139,00 zł
Książka będzie dostępna od października 2024
Data structures and algorithms are foundational topics for software developers.
This easy-to-follow book from experienced developer and trainer Loiane Groner will help you to fill in the gaps in your knowledge – whether you’re a self-taught developer, you’re preparing for technical interviews, or you just want to write better code and improve your problem-solving skills.
This fourth edition covers essential data structures, algorithms, and their usage in the context of JavaScript. You’ll follow examples in both JavaScript and TypeScript, in line with the latest standards and best practices, learning how to do complexity analysis along the way. New to this edition are LeetCode and HackerRank exercises at the end of each chapter, which you'll be guided through solving. You’ll also find brand-new chapters on the tries data structure, and string and math algorithms.
By the end of the book, you will know how to develop programs using the best data structures and algorithms for the job.
Zobacz także:
- Algorytmy kryptograficzne. Przewodnik po algorytmach w blockchain, kryptografii kwantowej, protoko 79,00 zł, (39,50 zł -50%)
- Informatyk samouk. Przewodnik po strukturach danych i algorytmach dla pocz 58,98 zł, (29,49 zł -50%)
- My 89,00 zł, (44,50 zł -50%)
- Nauka algorytm 58,98 zł, (29,49 zł -50%)
- 40 algorytmów, które powinien znać każdy programista. Nauka implementacji algorytmów w Pythonie 77,00 zł, (38,50 zł -50%)
Spis treści
Learning JavaScript Data Structures and Algorithms. Enhance your problem-solving skills in JavaScript and TypeScript - Fourth Edition eBook -- spis treści
- 1. Introducing Data Structures and Algorithms in JavaScript
- 2. Understanding Big O Notation
- 3. Arrays
- 4. Stacks
- 5. Queues and Deques
- 6. Linked Lists
- 7. Sets
- 8. Dictionaries and Hashes
- 9. Recursion
- 10. Trees
- 11. Binary Heap and Heap Sort
- 12. Tries
- 13. Graphs
- 14. Sorting Algorithms
- 15. Searching and Shuffling Algorithms
- 16. String Algorithms
- 17. Math Algorithms
- 18. Algorithm Designs and Techniques