| author | wenzelm |
| Wed, 19 May 2021 11:54:58 +0200 | |
| changeset 73740 | c46ff0efa1ce |
| parent 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 |
||
| 72100 | 44 |
@article{jfp/Hinze18,
|
45 |
author = {Ralf Hinze},
|
|
46 |
title = {On constructing 2-3 trees},
|
|
47 |
journal = {J. Funct. Program.},
|
|
48 |
volume = {28},
|
|
49 |
pages = {e19},
|
|
50 |
year = {2018},
|
|
51 |
url = {https://doi.org/10.1017/S0956796818000187},
|
|
52 |
} |
|
53 |
||
| 61791 | 54 |
@article{HoffmannOD-TOPLAS82,
|
55 |
author={Christoph M. Hoffmann and Michael J. O'Donnell},
|
|
56 |
title={Programming with Equations},journal={{ACM} Trans. Program. Lang. Syst.},
|
|
57 |
volume=4,number=1,pages={83--112},year=1982}}
|
|
58 |
||
| 69133 | 59 |
@inproceedings{Hoogerwoord,author={Rob R. Hoogerwoord},
|
60 |
title="A logarithmic implementation of flexible arrays", |
|
61 |
editor={R. Bird and C. Morgan and J. Woodcock},
|
|
62 |
booktitle={Mathematics of Program Construction, Second International Conference},
|
|
63 |
publisher={Springer},series={LNCS},volume=669,year=1992,
|
|
64 |
pages={191-207}}
|
|
65 |
||
| 61224 | 66 |
@article{Kahrs-JFP01,author={Stefan Kahrs},title={Red-Black Trees with Types},
|
67 |
journal={J. Functional Programming},volume=11,number=4,pages={425-432},year=2001}
|
|
| 61203 | 68 |
|
| 61224 | 69 |
@misc{Kahrs-html,author={Stefan Kahrs},title={Red Black Trees},
|
70 |
note={\url{http://www.cs.ukc.ac.uk/people/staff/smk/redblack/rb.html}}}
|
|
| 61203 | 71 |
|
| 62496 | 72 |
@unpublished{Nipkow16,author={Tobias Nipkow},
|
73 |
title={Automatic Functional Correctness Proofs for Functional Search Trees},
|
|
74 |
year=2016,month=feb,note={\url{http://www.in.tum.de/~nipkow/pubs/trees.html}}}
|
|
75 |
||
| 62706 | 76 |
@inproceedings{NunezPP95,
|
77 |
author = {Manuel N{\'{u}}{\~{n}}ez and
|
|
78 |
Pedro Palao and |
|
79 |
Ricardo Pena}, |
|
80 |
title = {A Second Year Course on Data Structures Based on Functional Programming},
|
|
81 |
booktitle = {Functional Programming Languages in Education},
|
|
82 |
pages = {65--84},
|
|
83 |
year = {1995},
|
|
84 |
editor = {Pieter H. Hartel and
|
|
85 |
Marinus J. Plasmeijer}, |
|
86 |
series = {LNCS},
|
|
87 |
volume = {1022},
|
|
88 |
publisher = {Springer},
|
|
89 |
year = {1995},
|
|
90 |
} |
|
91 |
||
92 |
||
| 61224 | 93 |
@book{Okasaki,author={Chris Okasaki},title="Purely Functional Data Structures",
|
94 |
publisher="Cambridge University Press",year=1998} |
|
| 61525 | 95 |
|
| 61784 | 96 |
@article{OttmannS76,author={Thomas Ottmann and Hans-Werner Six},
|
97 |
title={Eine neue {K}lasse von ausgeglichenen {B}in\"arb\"aumen},
|
|
98 |
journal={Angewandte Informatik},volume=18,number=9,pages={395--400},year=1976}
|
|
99 |
||
100 |
@article{OttmannW-CJ80,author={Thomas Ottmann and Derick Wood},
|
|
101 |
title={1-2 Brother Trees or {AVL} Trees Revisited},journal={Comput. J.},
|
|
102 |
volume=23,number=3,pages={248--255},year=1980}
|
|
103 |
||
| 62496 | 104 |
@inproceedings{Ragde14,author={Prabhakar Ragde},
|
105 |
title={Simple Balanced Binary Search Trees},pages={78--87},year=2014,
|
|
106 |
booktitle={Trends in Functional Programming in Education},
|
|
107 |
series={EPTCS},volume=170,editor={Caldwell and H\"olzenspies and Achten}}
|
|
108 |
||
| 61791 | 109 |
@article{Reade-SCP92,author={Chris Reade},
|
110 |
title={Balanced Trees with Removals: An Exercise in Rewriting and Proof},
|
|
111 |
journal={Sci. Comput. Program.},volume=18,number=2,pages={181--204},year=1992}
|
|
112 |
||
| 61525 | 113 |
@article{Schoenmakers-IPL93,author="Berry Schoenmakers",
|
114 |
title="A Systematic Analysis of Splaying",journal={Information Processing Letters},volume=45,pages={41-50},year=1993}
|
|
115 |
||
116 |
@article{SleatorT-JACM85,author={Daniel D. Sleator and Robert E. Tarjan},
|
|
117 |
title={Self-adjusting Binary Search Trees},journal={J. ACM},
|
|
118 |
volume=32,number=3,pages={652-686},year=1985}
|
|
| 61697 | 119 |
|
120 |
@misc{Turbak230,author={Franklyn Turbak},
|
|
121 |
title={{CS230 Handouts --- Spring 2007}},year=2007,
|
|
122 |
note={\url{http://cs.wellesley.edu/~cs230/spring07/handouts.html}}}
|