Richard Bird takes a radically new approach to algorithm design, namely, design by calculation. These 30 short chapters each deal with a particular programming problem drawn from sources as diverse as games and puzzles, intr...

Buy Now From Amazon

Richard Bird takes a radically new approach to algorithm design, namely, design by calculation. These 30 short chapters each deal with a particular programming problem drawn from sources as diverse as games and puzzles, intriguing combinatorial tasks, and more familiar areas such as data compression and string matching. Each pearl starts with the statement of the problem expressed using the functional programming language Haskell, a powerful yet succinct language for capturing algorithmic ideas clearly and simply. The novel aspect of the book is that each solution is calculated from an initial formulation of the problem in Haskell by appealing to the laws of functional programming. Pearls of Functional Algorithm Design will appeal to the aspiring functional programmer, students and teachers interested in the principles of algorithm design, and anyone seeking to master the techniques of reasoning about programs in an equational style.

Similar Products

Purely Functional Data StructuresDaily Coding Problem: Get exceptionally good at coding interviews by solving one problem every dayThinking Functionally with HaskellTypes and Programming Languages (The MIT Press)Designing Data-Intensive Applications: The Big Ideas Behind Reliable, Scalable, and Maintainable SystemsAn Introduction to Functional Programming Through Lambda Calculus (Dover Books on Mathematics)Structure and Interpretation of Computer Programs - 2nd Edition (MIT Electrical Engineering and Computer Science)Algorithms for Functional Programming