Skip to content

Purely Functional Data Structures

Best in textbook rentals since 2012!

ISBN-10: 0521663504

ISBN-13: 9780521663502

Edition: 1999

Authors: Chris Okasaki

List price: $56.99
Shipping box This item qualifies for FREE shipping.
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Description:

With this volume, Chris Okasaki describes data structures from the viewpoint of functional languages, and presents design techniques to allow programmers to develop their own data structures.
Customers also bought

Book details

List price: $56.99
Copyright year: 1999
Publisher: Cambridge University Press
Publication date: 6/13/1999
Binding: Paperback
Pages: 232
Size: 6.02" wide x 8.94" long x 0.71" tall
Weight: 0.990

Introduction
Persistence
Some familiar data structures in a functional setting
Lazy evaluation
Fundamentals of amortization
Amortization and persistence via lazy evaluation
Eliminating amortization
Lazy rebuilding
Numerical representations
Data-structural bootstrapping
Implicit recursive slowdown
Haskell source code