【レビュー】Purely functional data structures


【PR】この記事には広告を含む場合があります
  • 出版情報
  • ・著者:OkasakiChris/著
  • ・出版日:1999, c1998-01
  • ・ページ数:x, 220 .P
  • レビュー数
  • ・週間:0記事
  • ・月間:0記事
  • ・年間:0記事
  • ・全期間:3記事

ジャンルTop10選

目次

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.

概要

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.

レビューの一覧

 ・STMとReal-Time Queueを利用したマルチスレッドズンドコキヨシ[2019-12-13に投稿]

 ・cats-collection の PairingHeap を使った素数の無限リスト[2019-08-19に投稿]

 ・[翻訳]Javaslangユーザガイド[2016-09-11に投稿]


amazonで確認