This book is great for someone who already understands the basics of functional programming but wants to learn more. I should note that terseness is one of this book's greatest strong points. In other words, don't assume that just because the book is short that it will be a short read. There's ju
Purely Functional Data Structures
โ Scribed by Chris Okasaki
- Publisher
- Cambridge University Press
- Year
- 1998
- Tongue
- English
- Leaves
- 230
- Category
- Library
No coin nor oath required. For personal study only.
๐ SIMILAR VOLUMES
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, wi
Data structures and data structure design techniques for functional languages.
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,