Analysis and Design of Algorithms
Authors: Amrinder Arora
ISBN-10: 1634870212
ISBN-13: 9781634870214
Edition 版本: Second
Released: 2014-12-30
Print Length 页数: 160 pages
The book begins with a clear explanation of the basics—what algorithms are,their practical applications,asymptotic notation,and data structures. The second section covers the algorithmic design techniques of divide and conquer,greedy,dynamic programming,branch and bound,and graph traversal. For each of these techniques,the book presents templates and guidelines on when to use and not to use each technique. The third major section of the book covers NP-completeness and the inherent hardness of problems.
Using the material provided in this book,students and professionals can master the processes to use in solving the most difficult algorithmic problems. Users can explore various techniques,and learn to decide which algorithm design technique to use for a given problem. Many sections contain innovative mnemonics to aid the students in remembering the templates and key takeaways.
Written with input from students and professionals,Analysis and Design of Algorithms is well suited for introductory algorithm courses at the undergraduate and graduate levels. The structured organization of the text makes it especially appropriate for online/distance learning.
Analysis and Design of Algorithms,2nd Edition
相关推荐
- Mastering Computer Vision with PyTorch 2.0
- Graph Coloring: From Games to Deterministic and Quantum Approaches
- Quantum Technology Applications, Impact, and Future Challenges
- Hands-on Cryptography with Python: Master Cryptographic Foundations with Real-World Implementation for Secure System Development Using Python
- Business Process Analytics: Modeling, Simulation and Design, 4th Edition
- Data Structures and Algorithms in JavaScript: Optimizing Performance and Solving Programming Challenges