Algorithm Design with Haskell
Autor Richard Bird, Jeremy Gibbonsen Limba Engleză Hardback – 8 iul 2020
Preț: 392.70 lei
Preț vechi: 490.88 lei
-20% Nou
Puncte Express: 589
Preț estimativ în valută:
75.16€ • 79.29$ • 62.63£
75.16€ • 79.29$ • 62.63£
Carte tipărită la comandă
Livrare economică 02-16 ianuarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781108491617
ISBN-10: 1108491618
Pagini: 450
Ilustrații: 28 b/w illus. 290 exercises
Dimensiuni: 178 x 252 x 29 mm
Greutate: 0.91 kg
Editura: Cambridge University Press
Colecția Cambridge University Press
Locul publicării:Cambridge, United Kingdom
ISBN-10: 1108491618
Pagini: 450
Ilustrații: 28 b/w illus. 290 exercises
Dimensiuni: 178 x 252 x 29 mm
Greutate: 0.91 kg
Editura: Cambridge University Press
Colecția Cambridge University Press
Locul publicării:Cambridge, United Kingdom
Cuprins
Part I. Basics: 1. Functional programming; 2. Timing; 3. Useful data structures; Part II. Divide and conquer: 4. Binary search; 5. Sorting; 6. Selection; Part III. Greedy algorithms: 7. Greedy algorithms on lists; 8. Greedy algorithms on trees; 9. Greedy algorithms on graphs; Part IV. Thinning algorithms: 10. Introduction to thinning; 11. Segments and subsequences; 12. Partitions; Part V. Dynamic programming: 13. Efficient recursions; 14. Optimum bracketing; Part VI. Exhaustive search: 15. Ways of searching; 16. Heuristic search; Index.
Recenzii
'I strongly suspect that Richard Bird hides a magically productive book writing apparatus in his office. This time around, Bird pulled the machine's levers together with Jeremy Gibbons and out came Algorithm Design with Haskell, a book that is remarkable in many ways … the authors recast a number of classical problems in terms of thinning, including ones like knapsack which otherwise have been tackled via dynamic programming for ages. These fresh – very confidently and competently presented- takes on established material are true highlights of the text.' Torsten Grust, Journal of Functional Programming
Notă biografică
Descriere
Ideal for learning or reference, this book explains the five main principles of algorithm design and their implementation in Haskell.