-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibrary.bib
42 lines (41 loc) · 2.12 KB
/
library.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
@inproceedings{Guibas1977,
address = {New York, New York, USA},
author = {Guibas, Leo J. and McCreight, Edward M. and Plass, Michael F. and Roberts, Janet R.},
booktitle = {Proceedings of the ninth annual ACM symposium on Theory of computing - STOC '77},
doi = {10.1145/800105.803395},
pages = {49--60},
publisher = {ACM Press},
series = {STOC '77},
title = {{A new representation for linear lists}},
url = {http://portal.acm.org/citation.cfm?doid=800105.803395},
year = {1977}
}
@article{Myers1983,
author = {Myers, Eugene W.},
journal = {Information processing letters},
pages = {241--248},
title = {{An applicative random-access stack}},
volume = {17},
year = {1983}
}
@book{Okasaki1999,
abstract = {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.},
author = {Okasaki, Chris},
isbn = {0521663504},
pages = {220},
publisher = {Cambridge University Press},
title = {{Purely functional data structures}},
year = {1999}
}
@inproceedings{Okasaki1999a,
address = {New York, New York, USA},
author = {Okasaki, Chris},
booktitle = {Proceedings of the fourth ACM SIGPLAN international conference on Functional programming - ICFP '99},
doi = {10.1145/317636.317781},
isbn = {1581131119},
pages = {28--35},
publisher = {ACM Press},
title = {{From fast exponentiation to square matrices}},
url = {http://portal.acm.org/citation.cfm?doid=317636.317781},
year = {1999}
}