It looks like you're offline.
Open Library logo
additional options menu

MARC Record from Library of Congress

Record ID marc_loc_2016/BooksAll.2016.part37.utf8:138829366:3314
Source Library of Congress
Download Link /show-records/marc_loc_2016/BooksAll.2016.part37.utf8:138829366:3314?format=raw

LEADER: 03314cam a22003134a 4500
001 2010022871
003 DLC
005 20110505083813.0
008 100601s2010 enka b 001 0 eng
010 $a 2010022871
015 $aGBB067282$2bnb
016 7 $a015566366$2Uk
020 $a9780521513388 (hardback)
020 $a0521513383 (hardback)
035 $a(OCoLC)ocn643322214
040 $aDLC$cDLC$dYDX$dYDXCP$dCDX$dIUL$dUKM$dBTCTA$dCUD$dDLC
042 $apcc
050 00 $aQA76.62$b.B57 2010
082 00 $a006.3/1$222
100 1 $aBird, Richard,$d1943-
245 10 $aPearls of functional algorithm design /$cRichard Bird.
260 $aCambridge ;$aNew York :$bCambridge University Press,$c2010.
300 $axi, 277 p. :$bill. ;$c26 cm.
504 $aIncludes bibliographical references and index.
505 0 $a1. The smallest free number -- 2. A surpassing problem -- 3. Improving on saddleback search -- 4. A selection problem -- 5. Sorting pairwise sums -- 6. Making a century -- 7. Building a tree with minimum height -- 8. Unravelling greedy algorithms -- 9. Finding celebrities -- 10. Removing duplicates -- 11. Not the maximum segment sum -- 12. Ranking suffixes -- 13. The Burrows-Wheeler transform -- 14. The last tail -- 15. All the common prefixes -- 16. The Boyer-Moore algorithm -- 17. The Knuth-Morris-Pratt algorithm -- 18. Planning solves the rush hour problem -- 19. A simple Sudoku solver -- 20. The countdown problem -- 21. Hylomorphisms and nexuses -- 22. Three ways of computing determinants -- 23. Inside the convex hull -- 24. Rational arithmetic coding -- 25. Integer arithmetic coding -- 26. The Schorr-Waite algorithm -- 27. Orderly insertion -- 28. Loopless functional algorithms -- 29. The Johnson-Trotter algorithm -- 30. Spider spinning for dummies.
520 $a"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"--$cProvided by publisher.
520 $a"The novel aspect of the book is that each solution is calculated from the problem statement 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"--$cProvided by publisher.
650 0 $aFunctional programming (Computer science)
650 0 $aComputer algorithms.