Our systems are now restored following recent technical disruption, and we’re working hard to catch up on publishing. We apologise for the inconvenience caused. Find out more

Online ordering will be unavailable from Sunday, October 5 at 08:00 GMT until 18:00 GMT .

To place an order, please contact Customer Services.

UK/ROW directcs@cambridge.org +44 (0) 1223 326050 | US customer_service@cambridge.org 1 800 872 7423 or 1 212 337 5000 | Australia/New Zealand enquiries@cambridge.edu.au 61 3 86711400 or 1800 005 210, New Zealand 0800 023 520

Recommended product

Popular links

Popular links


Purely Functional Data Structures

Purely Functional Data Structures

Purely Functional Data Structures

Author:
Chris Okasaki, Columbia University, New York
Published:
No date available
Format:
Paperback
ISBN:
9780521663502
Paperback

    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.

    • Stresses techniques of data structure design rather than just finished products
    • Source code in Standard ML and in Haskell, easily adaptable to other functional languages
    • For professional programmers working with functional languages: can also be used as a tutorial or for self-study

    Product details

    No date available
    Paperback
    9780521663502
    232 pages
    227 × 153 × 18 mm
    0.35kg

    Table of Contents

    • 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.
      Author
    • Chris Okasaki , Columbia University, New York