دانلود کتاب Learning Algorithms: A Programmer's Guide to Writing Better Code
by George Heineman
|
عنوان فارسی: الگوریتم های یادگیری: راهنمای برنامه نویس برای نوشتن کد بهتر |
دانلود کتاب
جزییات کتاب
Each chapter builds on earlier chapters through eye-catching visuals and a steady rollout of essential concepts, including an algorithm analysis to classify the performance of every algorithm presented in the book. At the end of each chapter, you’ll get to apply what you’ve learned to a novel challenge problem—simulating the experience you might find in a technical code interview.
With this book, you will:
• Examine fundamental algorithms central to computer science and software engineering
• Learn common strategies for efficient problem solving—such as divide and conquer, dynamic programming, and greedy approaches
• Analyze code to evaluate time complexity using big O notation
• Use existing Python libraries and data structures to solve problems using algorithms
• Understand the main steps of important algorithms