author | wenzelm |
Sun, 12 Aug 2018 14:28:28 +0200 | |
changeset 68743 | 91162dd89571 |
parent 67966 | f13796496e82 |
child 69133 | 22fe10b4c0c6 |
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 |
|
62706 | 31 |
@phdthesis{Crane72,author={Clark A. Crane}, |
32 |
title={Linear Lists and Prorty Queues as Balanced Binary Trees}, |
|
33 |
school={Computer Science Department, Stanford University},year=1972} |
|
34 |
||
61784 | 35 |
@article{Hinze-bro12,author={Ralf Hinze}, |
36 |
title={Purely Functional 1-2 Brother Trees}, |
|
37 |
journal={J. Functional Programming}, |
|
38 |
volume=19,number={6},pages={633--644},year=2009} |
|
39 |
||
61791 | 40 |
@article{HoffmannOD-TOPLAS82, |
41 |
author={Christoph M. Hoffmann and Michael J. O'Donnell}, |
|
42 |
title={Programming with Equations},journal={{ACM} Trans. Program. Lang. Syst.}, |
|
43 |
volume=4,number=1,pages={83--112},year=1982}} |
|
44 |
||
61224 | 45 |
@article{Kahrs-JFP01,author={Stefan Kahrs},title={Red-Black Trees with Types}, |
46 |
journal={J. Functional Programming},volume=11,number=4,pages={425-432},year=2001} |
|
61203 | 47 |
|
61224 | 48 |
@misc{Kahrs-html,author={Stefan Kahrs},title={Red Black Trees}, |
49 |
note={\url{http://www.cs.ukc.ac.uk/people/staff/smk/redblack/rb.html}}} |
|
61203 | 50 |
|
62496 | 51 |
@unpublished{Nipkow16,author={Tobias Nipkow}, |
52 |
title={Automatic Functional Correctness Proofs for Functional Search Trees}, |
|
53 |
year=2016,month=feb,note={\url{http://www.in.tum.de/~nipkow/pubs/trees.html}}} |
|
54 |
||
62706 | 55 |
@inproceedings{NunezPP95, |
56 |
author = {Manuel N{\'{u}}{\~{n}}ez and |
|
57 |
Pedro Palao and |
|
58 |
Ricardo Pena}, |
|
59 |
title = {A Second Year Course on Data Structures Based on Functional Programming}, |
|
60 |
booktitle = {Functional Programming Languages in Education}, |
|
61 |
pages = {65--84}, |
|
62 |
year = {1995}, |
|
63 |
editor = {Pieter H. Hartel and |
|
64 |
Marinus J. Plasmeijer}, |
|
65 |
series = {LNCS}, |
|
66 |
volume = {1022}, |
|
67 |
publisher = {Springer}, |
|
68 |
year = {1995}, |
|
69 |
} |
|
70 |
||
71 |
||
61224 | 72 |
@book{Okasaki,author={Chris Okasaki},title="Purely Functional Data Structures", |
73 |
publisher="Cambridge University Press",year=1998} |
|
61525 | 74 |
|
61784 | 75 |
@article{OttmannS76,author={Thomas Ottmann and Hans-Werner Six}, |
76 |
title={Eine neue {K}lasse von ausgeglichenen {B}in\"arb\"aumen}, |
|
77 |
journal={Angewandte Informatik},volume=18,number=9,pages={395--400},year=1976} |
|
78 |
||
79 |
@article{OttmannW-CJ80,author={Thomas Ottmann and Derick Wood}, |
|
80 |
title={1-2 Brother Trees or {AVL} Trees Revisited},journal={Comput. J.}, |
|
81 |
volume=23,number=3,pages={248--255},year=1980} |
|
82 |
||
62496 | 83 |
@inproceedings{Ragde14,author={Prabhakar Ragde}, |
84 |
title={Simple Balanced Binary Search Trees},pages={78--87},year=2014, |
|
85 |
booktitle={Trends in Functional Programming in Education}, |
|
86 |
series={EPTCS},volume=170,editor={Caldwell and H\"olzenspies and Achten}} |
|
87 |
||
61791 | 88 |
@article{Reade-SCP92,author={Chris Reade}, |
89 |
title={Balanced Trees with Removals: An Exercise in Rewriting and Proof}, |
|
90 |
journal={Sci. Comput. Program.},volume=18,number=2,pages={181--204},year=1992} |
|
91 |
||
61525 | 92 |
@article{Schoenmakers-IPL93,author="Berry Schoenmakers", |
93 |
title="A Systematic Analysis of Splaying",journal={Information Processing Letters},volume=45,pages={41-50},year=1993} |
|
94 |
||
95 |
@article{SleatorT-JACM85,author={Daniel D. Sleator and Robert E. Tarjan}, |
|
96 |
title={Self-adjusting Binary Search Trees},journal={J. ACM}, |
|
97 |
volume=32,number=3,pages={652-686},year=1985} |
|
61697 | 98 |
|
99 |
@misc{Turbak230,author={Franklyn Turbak}, |
|
100 |
title={{CS230 Handouts --- Spring 2007}},year=2007, |
|
101 |
note={\url{http://cs.wellesley.edu/~cs230/spring07/handouts.html}}} |