BOOKS - PROGRAMMING - Algorithm Design with Haskell
US $5.47
519900
519900
Algorithm Design with Haskell
Author: Richard Bird, Jeremy Gibbons
Year: 2020
Number of pages: 454
Format: PDF
File size: 15.3 MB
Language: ENG
Year: 2020
Number of pages: 454
Format: PDF
File size: 15.3 MB
Language: ENG
This book is devoted to five main principles of algorithm design: divide and conquer, greedy algorithms, thinning, dynamic programming, and exhaustive search. These principles are presented using Haskell, a purely functional language, leading to simpler explanations and shorter programs than would be obtained with imperative languages. Carefully selected examples, both new and standard, reveal the commonalities and highlight the differences between algorithms.