Book description
A hands-on, easy-to-comprehend guide that is perfect for anyone who needs to understand algorithms.
With the explosive growth in the amount of data and the diversity of computing applications, efficient algorithms are needed now more than ever. Programming languages come and go, but the core of programming--algorithms and data structures--remains the same.
Absolute Beginner's Guide to Algorithms is the fastest way to learn algorithms and data structures. Using helpful diagrams and fully annotated code samples in Javascript, you will start with the basics and gradually go deeper and broader into all the techniques you need to organize your data.
Start fast with data structures basics: arrays, stacks, queues, trees, heaps, and more
Walk through popular search, sort, and graph algorithms
Understand Big-O notation and why some algorithms are fast and why others are slow
Balance theory with practice by playing with the fully functional JavaScript implementations of all covered data structures and algorithms
Table of contents
- Cover Page
- About This eBook
- Title Page
- Copyright Page
- Pearson’s Commitment to Diversity, Equity, and Inclusion
- Figure Credits
- Contents at a Glance
- Table of Contents
- Acknowledgments
- Dedication
- About the Author
- Tech Editors
- Part I: Data Structures
-
Part II: Algorithms
- 14. Introduction to Recursion
- 15. Fibonacci and Going Beyond Recursion
- 16. Towers of Hanoi
- 17. Search Algorithms and Linear Search
- 18. Faster Searching with Binary Search
- 19. Binary Tree Traversal
- 20. Depth-First Search (DFS) and Breadth-First Search (BFS)
- 21. Quicksort
- 22. Bubblesort
- 23. Insertion Sort
- 24. Selection Sort
- 25. Mergesort
- 26. Conclusion
- Index
- Code Snippets
Product information
- Title: Absolute Beginner's Guide to Algorithms: A Practical Introduction to Data Structures and Algorithms in JavaScript
- Author(s):
- Release date: December 2023
- Publisher(s): Addison-Wesley Professional
- ISBN: 9780138222598
You might also like
book
Data Structures & Algorithms in Python
LEARN HOW TO USE DATA STRUCTURES IN WRITING HIGH PERFORMANCE PYTHON PROGRAMS AND ALGORITHMS This practical …
book
Learning JavaScript Design Patterns, 2nd Edition
Do you want to write beautiful, structured, and maintainable JavaScript by applying modern design patterns to …
book
Codeless Data Structures and Algorithms: Learn DSA Without Writing a Single Line of Code
In the era of self-taught developers and programmers, essential topics in the industry are frequently learned …
book
JavaScript from Beginner to Professional
Start your journey towards becoming a JavaScript developer with the help of more than 100 fun …