Cantitate/Preț
Produs

Purely Functional Data Structures

Autor Chris Okasaki
en Limba Engleză Hardback – 12 apr 1998
Most books on data structures assume an imperative language like C or C++. However, data structures for these languages do not always translate well to functional languages such as Standard ML, Haskell, or Scheme. This book describes data structures from the point of view of functional languages, with examples, and presents design techniques so that programmers can develop their own functional data structures. It includes both classical data structures, such as red-black trees and binomial queues, and a host of new data structures developed exclusively for functional languages. All source code is given in Standard ML and Haskell, and most of the programs can easily be adapted to other functional languages. This handy reference for professional programmers working with functional languages can also be used as a tutorial or for self-study.
Citește tot Restrânge

Toate formatele și edițiile

Toate formatele și edițiile Preț Express
Paperback (1) 29832 lei  6-8 săpt.
  Cambridge University Press – 12 iun 1999 29832 lei  6-8 săpt.
Hardback (1) 55963 lei  6-8 săpt.
  Cambridge University Press – 12 apr 1998 55963 lei  6-8 săpt.

Preț: 55963 lei

Preț vechi: 69953 lei
-20% Nou

Puncte Express: 839

Preț estimativ în valută:
10711 11299$ 8926£

Carte tipărită la comandă

Livrare economică 02-16 ianuarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9780521631242
ISBN-10: 0521631246
Pagini: 232
Dimensiuni: 152 x 229 x 17 mm
Greutate: 0.5 kg
Ediția:New.
Editura: Cambridge University Press
Colecția Cambridge University Press
Locul publicării:Cambridge, United Kingdom

Cuprins

1. Introduction; 2. Persistence; 3. Some familiar data structures in a functional setting; 4. Lazy evaluation; 5. Fundamentals of amortization; 6. Amortization and persistence via lazy evaluation; 7. Eliminating amortization; 8. Lazy rebuilding; 9. Numerical representations; 10. Data-structural bootstrapping; 11. Implicit recursive slowdown; Appendix: Haskell source code.

Recenzii

"This book is important because it presents data structures from the point of view of functional languages...a handy reference for professional functional programmers...Most of the programs can easily be adapted to other functional languages. Even C and Java programmers should find implementing these data structures a relatively straightforward process...Programs are physically well structured and readable, and are displayed in boxes. Okasaki has produced a valuable book about functional programming, exploring a wide range of data structures...a significant contribution to the computer science literature." Computing Reviews

Descriere

This book describes data structures and data structure design techniques for functional languages.