𝔖 Bobbio Scriptorium
✦   LIBER   ✦

Purely Functional Data Structures [PhD Thesis]

✍ Scribed by Chris Okasaki


Book ID
127399104
Publisher
Cambridge University Press
Year
1999
Tongue
English
Weight
614 KB
Category
Library
ISBN
0521663504

No coin nor oath required. For personal study only.

✦ Synopsis


Most books on data structures assume an imperative language such as 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 that allow programmers to develop their own functional data structures. The author 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 are easily adaptable 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.

✦ Subjects


Функциональное программирование


📜 SIMILAR VOLUMES


Purely functional data structures
✍ Chris Okasaki 📂 Library 📅 1998 🏛 Cambridge University Press 🌐 English ⚖ 2 MB

Most books on data structures assume an imperative language such as 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 language