Skip to content

Commit

Permalink
References - initial commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
fmela committed Feb 13, 2010
1 parent 104b3b7 commit 3a79c25
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions REFERENCES
@@ -0,0 +1,30 @@
Aragon and Seidel, "Randomized Search Trees," Algorithmica 16:464-497, 1996

Cormen, Leiserson and Rivest, _Introduction to Algorithms_, MIT Press, 1990

Gonnet, "Balancing Binary Trees by Internal Path Reduction", Communications of
the ACM 26(12):1074-1081, 1983

Gonnet, _Handbook of Algorithms and Data Structures_, Addison-Wesley, 1984

Guibas and Sedgewick, "A Dichromatic Framework for Balanced Trees,"
Proceedings of the 19th Annual Symposium on Foundations of Computer Science
(FOCS) 19:8-21, IEEE Computer Science Society, 1978

Knuth, _The Art of Computer Programming, Volume 3: Sorting and Searching_,
2nd Edition, Addison-Wesley, 1998

Nievergelt and Reingold, "Binary Search Trees of Bounded Balance," SIAM Journal
of Computing 2 1:33-43, 1973

Pugh, "Skip lists: a probabilistic alternative to balanced trees,"
Communications of the ACM 33:668-676, 1990

Sleator and Tarjan, "Self-Adjusting Binary Search Trees," Journal of the ACM
32(3):652-686, 1985

Tarjan, "Amortized Computational Complexity," SIAM Journal on Algebraic and
Discrete Methods, 6(2):306-318, 1985

Tarjan, _Data Structures and Network Algorithms_, Society of Industrial and
Applied Mathematics (SIAM), 1983

0 comments on commit 3a79c25

Please sign in to comment.