Efficient Algorithm Design. Unlock the power of algorithms to optimize computer programming - Helion
Tytuł oryginału: Efficient Algorithm Design. Unlock the power of algorithms to optimize computer programming
ISBN: 9781835886830
stron: 360, Format: ebook
Data wydania: 2024-11-01
Księgarnia: Helion
Cena książki: 116,10 zł (poprzednio: 129,00 zł)
Oszczędzasz: 10% (-12,90 zł)
Efficient Algorithm Design redefines algorithms, tracing the evolution of computer science as a discipline bridging natural science and mathematics. Author Masoud Makrehchi, PhD, with his extensive experience in delivering publications and presentations, explores the duality of computers as mortal hardware and immortal algorithms.
The book guides you through essential aspects of algorithm design and analysis, including proving correctness and the importance of repetition and loops. This groundwork sets the stage for exploring algorithm complexity, with practical exercises in design and analysis using sorting and search as examples. Each chapter delves into critical topics such as recursion and dynamic programming, reinforced with practical examples and exercises that link theory with real-world applications. What sets this book apart is its focus on the practical application of algorithm design and analysis, equipping you to solve real programming challenges effectively.
By the end of this book, you’ll have a deep understanding of algorithmic foundations and gain proficiency in designing efficient algorithms, empowering you to develop more robust and optimized software solutions.
Osoby które kupowały "Efficient Algorithm Design. Unlock the power of algorithms to optimize computer programming", wybierały także:
- Learning Java Lambdas 373,75 zł, (29,90 zł -92%)
- Learn Python Programming 299,00 zł, (29,90 zł -90%)
- Building Microservices with Spring 199,33 zł, (29,90 zł -85%)
- Modern C++: Efficient and Scalable Application Development 199,33 zł, (29,90 zł -85%)
- Python: Advanced Guide to Artificial Intelligence 199,33 zł, (29,90 zł -85%)
Spis treści
Efficient Algorithm Design. Unlock the power of algorithms to optimize computer programming eBook -- spis treści
- 1. Introduction to Algorithm Analysis
- 2. Mathematical Induction and Loop Invariant for Algorithm Correctness
- 3. Rate of Growth for Complexity Analysis
- 4. Recursion and Recurrence Functions
- 5. Solving Recurrence Functions
- 6. Sorting Algorithms
- 7. Search Algorithms
- 8. Symbiotic Relationship between Sort and Search
- 9. Randomized Algorithms
- 10. Dynamic Programming
- 11. Landscape of Data Structures
- 12. Linear Data Structures
- 13. Non-Linear Data Structures
- 14. Tomorrow's Algorithms