Introduction to Algorithms

Introduction to Algorithms

A Practical Approach to Algorithms

by Michael David

80 pages· 2021· ISBN 9798590247790

Browse books you can read free on Readfeed

No club is reading this yet — be the first to start one

Start a club free
About
This book covers techniques for the design and analysis of algorithms. The algorithmic techniques covered include: divide and conquer, backtracking, dynamic programming, greedy algorithms, and hill-climbing.Any solvable problem generally has at least one algorithm of each of the following types:1.the obvious way;2.the methodical way;3.the clever way; and4.the miraculous way.On the first and most basic level, the "obvious" solution might try to exhaustively search for the answer. Intuitively, the obvious solution is the one that comes easily if you're familiar with a programming language and the basic problem solving techniques.The second level is the methodical level and is the heart of this book: after understanding the material presented here you should be able to methodically turn most obvious algorithms into better performing algorithms.The third level, the clever level, requires more understanding of the elements involved in the problem and their properties or even a reformulation of the algorithm (e.g., numerical algorithms exploit mathematical properties that are not obvious). A clever algorithm may be hard to understand by being non-obvious that it is correct, or it may be hard to understand that it actually runs faster than what it would seem to require.The fourth and final level of an algorithmic solution is the miraculous level: this is reserved for the rare cases where a breakthrough results in a highly non-intuitive solution.Naturally, all of these four levels are relative, and some clever algorithms are covered in this book as well, in addition to the methodical techniques. Let's begin.

Discuss Introduction to Algorithms with other readers

Join or start a book club for Introduction to Algorithms on Readfeed. Live chat, shared reading progress, and AI discussion questions — free to get started.

Frequently asked questions

How do I join a book club for Introduction to Algorithms?

Sign up free on Readfeed, then browse public clubs or start your own club with Introduction to Algorithms as the current read. Invite friends with a share link and discuss together with live chat and AI discussion questions.

Can I discuss Introduction to Algorithms with other readers online?

Yes. Readfeed book clubs let you chat live, share progress, and join discussions about Introduction to Algorithms with readers worldwide — whether your club is virtual, in-person, or hybrid.

Is Readfeed free?

Yes. Creating an account and joining book clubs is free. Sign up to find readers who love the same books and start discussing today.