| author | paulson <lp15@cam.ac.uk> |
| Wed, 10 Apr 2019 21:29:32 +0100 | |
| changeset 70113 | c8deb8ba6d05 |
| parent 69133 | 22fe10b4c0c6 |
| child 72100 | 9fa6dde8d959 |
| permissions | -rw-r--r-- |
|
67966
f13796496e82
Added binary set operations with join-based implementation
nipkow
parents:
62706
diff
changeset
|
1 |
@techreport{Adams-TR92,author="Stephen Adams",
|
|
f13796496e82
Added binary set operations with join-based implementation
nipkow
parents:
62706
diff
changeset
|
2 |
title="Implementing Sets Efficiently in a Functional Language", |
|
f13796496e82
Added binary set operations with join-based implementation
nipkow
parents:
62706
diff
changeset
|
3 |
institution="University of Southampton, Department of Electronics and Computer Science",number="CSTR 92-10",year=1992} |
|
f13796496e82
Added binary set operations with join-based implementation
nipkow
parents:
62706
diff
changeset
|
4 |
|
|
f13796496e82
Added binary set operations with join-based implementation
nipkow
parents:
62706
diff
changeset
|
5 |
@article{Adams-JFP93,
|
|
f13796496e82
Added binary set operations with join-based implementation
nipkow
parents:
62706
diff
changeset
|
6 |
author = {Stephen Adams},
|
|
f13796496e82
Added binary set operations with join-based implementation
nipkow
parents:
62706
diff
changeset
|
7 |
title = {Efficient Sets - {A} Balancing Act},
|
|
f13796496e82
Added binary set operations with join-based implementation
nipkow
parents:
62706
diff
changeset
|
8 |
journal = {J. Funct. Program.},
|
|
f13796496e82
Added binary set operations with join-based implementation
nipkow
parents:
62706
diff
changeset
|
9 |
volume = {3},
|
|
f13796496e82
Added binary set operations with join-based implementation
nipkow
parents:
62706
diff
changeset
|
10 |
number = {4},
|
|
f13796496e82
Added binary set operations with join-based implementation
nipkow
parents:
62706
diff
changeset
|
11 |
pages = {553--561},
|
|
f13796496e82
Added binary set operations with join-based implementation
nipkow
parents:
62706
diff
changeset
|
12 |
year = {1993}
|
|
f13796496e82
Added binary set operations with join-based implementation
nipkow
parents:
62706
diff
changeset
|
13 |
} |
|
f13796496e82
Added binary set operations with join-based implementation
nipkow
parents:
62706
diff
changeset
|
14 |
|
| 62496 | 15 |
@inproceedings{Andersson-WADS93,author={Arne Andersson},
|
16 |
title={Balanced search trees made simple},pages={60--71},year=1993,
|
|
17 |
booktitle={Algorithms and Data Structures (WADS '93)},
|
|
18 |
series={LNCS},volume={709},publisher={Springer}}
|
|
19 |
||
|
67966
f13796496e82
Added binary set operations with join-based implementation
nipkow
parents:
62706
diff
changeset
|
20 |
@inproceedings{BlellochFS-SPAA16,
|
|
f13796496e82
Added binary set operations with join-based implementation
nipkow
parents:
62706
diff
changeset
|
21 |
author = {Guy E. Blelloch and
|
|
f13796496e82
Added binary set operations with join-based implementation
nipkow
parents:
62706
diff
changeset
|
22 |
Daniel Ferizovic and |
|
f13796496e82
Added binary set operations with join-based implementation
nipkow
parents:
62706
diff
changeset
|
23 |
Yihan Sun}, |
|
f13796496e82
Added binary set operations with join-based implementation
nipkow
parents:
62706
diff
changeset
|
24 |
title = {Just Join for Parallel Ordered Sets},
|
|
f13796496e82
Added binary set operations with join-based implementation
nipkow
parents:
62706
diff
changeset
|
25 |
booktitle = {{SPAA}},
|
|
f13796496e82
Added binary set operations with join-based implementation
nipkow
parents:
62706
diff
changeset
|
26 |
pages = {253--264},
|
|
f13796496e82
Added binary set operations with join-based implementation
nipkow
parents:
62706
diff
changeset
|
27 |
publisher = {{ACM}},
|
|
f13796496e82
Added binary set operations with join-based implementation
nipkow
parents:
62706
diff
changeset
|
28 |
year = {2016}
|
|
f13796496e82
Added binary set operations with join-based implementation
nipkow
parents:
62706
diff
changeset
|
29 |
} |
|
f13796496e82
Added binary set operations with join-based implementation
nipkow
parents:
62706
diff
changeset
|
30 |
|
| 69133 | 31 |
@unpublished{BraunRem,author={W. Braun and Martin Rem},
|
32 |
title="A logarithmic implementation of flexible arrays", |
|
33 |
note="Memorandum MR83/4. Eindhoven University of Techology",year=1983} |
|
34 |
||
| 62706 | 35 |
@phdthesis{Crane72,author={Clark A. Crane},
|
36 |
title={Linear Lists and Prorty Queues as Balanced Binary Trees},
|
|
37 |
school={Computer Science Department, Stanford University},year=1972}
|
|
38 |
||
| 61784 | 39 |
@article{Hinze-bro12,author={Ralf Hinze},
|
40 |
title={Purely Functional 1-2 Brother Trees},
|
|
41 |
journal={J. Functional Programming},
|
|
42 |
volume=19,number={6},pages={633--644},year=2009}
|
|
43 |
||
| 61791 | 44 |
@article{HoffmannOD-TOPLAS82,
|
45 |
author={Christoph M. Hoffmann and Michael J. O'Donnell},
|
|
46 |
title={Programming with Equations},journal={{ACM} Trans. Program. Lang. Syst.},
|
|
47 |
volume=4,number=1,pages={83--112},year=1982}}
|
|
48 |
||
| 69133 | 49 |
@inproceedings{Hoogerwoord,author={Rob R. Hoogerwoord},
|
50 |
title="A logarithmic implementation of flexible arrays", |
|
51 |
editor={R. Bird and C. Morgan and J. Woodcock},
|
|
52 |
booktitle={Mathematics of Program Construction, Second International Conference},
|
|
53 |
publisher={Springer},series={LNCS},volume=669,year=1992,
|
|
54 |
pages={191-207}}
|
|
55 |
||
| 61224 | 56 |
@article{Kahrs-JFP01,author={Stefan Kahrs},title={Red-Black Trees with Types},
|
57 |
journal={J. Functional Programming},volume=11,number=4,pages={425-432},year=2001}
|
|
| 61203 | 58 |
|
| 61224 | 59 |
@misc{Kahrs-html,author={Stefan Kahrs},title={Red Black Trees},
|
60 |
note={\url{http://www.cs.ukc.ac.uk/people/staff/smk/redblack/rb.html}}}
|
|
| 61203 | 61 |
|
| 62496 | 62 |
@unpublished{Nipkow16,author={Tobias Nipkow},
|
63 |
title={Automatic Functional Correctness Proofs for Functional Search Trees},
|
|
64 |
year=2016,month=feb,note={\url{http://www.in.tum.de/~nipkow/pubs/trees.html}}}
|
|
65 |
||
| 62706 | 66 |
@inproceedings{NunezPP95,
|
67 |
author = {Manuel N{\'{u}}{\~{n}}ez and
|
|
68 |
Pedro Palao and |
|
69 |
Ricardo Pena}, |
|
70 |
title = {A Second Year Course on Data Structures Based on Functional Programming},
|
|
71 |
booktitle = {Functional Programming Languages in Education},
|
|
72 |
pages = {65--84},
|
|
73 |
year = {1995},
|
|
74 |
editor = {Pieter H. Hartel and
|
|
75 |
Marinus J. Plasmeijer}, |
|
76 |
series = {LNCS},
|
|
77 |
volume = {1022},
|
|
78 |
publisher = {Springer},
|
|
79 |
year = {1995},
|
|
80 |
} |
|
81 |
||
82 |
||
| 61224 | 83 |
@book{Okasaki,author={Chris Okasaki},title="Purely Functional Data Structures",
|
84 |
publisher="Cambridge University Press",year=1998} |
|
| 61525 | 85 |
|
| 61784 | 86 |
@article{OttmannS76,author={Thomas Ottmann and Hans-Werner Six},
|
87 |
title={Eine neue {K}lasse von ausgeglichenen {B}in\"arb\"aumen},
|
|
88 |
journal={Angewandte Informatik},volume=18,number=9,pages={395--400},year=1976}
|
|
89 |
||
90 |
@article{OttmannW-CJ80,author={Thomas Ottmann and Derick Wood},
|
|
91 |
title={1-2 Brother Trees or {AVL} Trees Revisited},journal={Comput. J.},
|
|
92 |
volume=23,number=3,pages={248--255},year=1980}
|
|
93 |
||
| 62496 | 94 |
@inproceedings{Ragde14,author={Prabhakar Ragde},
|
95 |
title={Simple Balanced Binary Search Trees},pages={78--87},year=2014,
|
|
96 |
booktitle={Trends in Functional Programming in Education},
|
|
97 |
series={EPTCS},volume=170,editor={Caldwell and H\"olzenspies and Achten}}
|
|
98 |
||
| 61791 | 99 |
@article{Reade-SCP92,author={Chris Reade},
|
100 |
title={Balanced Trees with Removals: An Exercise in Rewriting and Proof},
|
|
101 |
journal={Sci. Comput. Program.},volume=18,number=2,pages={181--204},year=1992}
|
|
102 |
||
| 61525 | 103 |
@article{Schoenmakers-IPL93,author="Berry Schoenmakers",
|
104 |
title="A Systematic Analysis of Splaying",journal={Information Processing Letters},volume=45,pages={41-50},year=1993}
|
|
105 |
||
106 |
@article{SleatorT-JACM85,author={Daniel D. Sleator and Robert E. Tarjan},
|
|
107 |
title={Self-adjusting Binary Search Trees},journal={J. ACM},
|
|
108 |
volume=32,number=3,pages={652-686},year=1985}
|
|
| 61697 | 109 |
|
110 |
@misc{Turbak230,author={Franklyn Turbak},
|
|
111 |
title={{CS230 Handouts --- Spring 2007}},year=2007,
|
|
112 |
note={\url{http://cs.wellesley.edu/~cs230/spring07/handouts.html}}}
|