Sciweavers

285 search results - page 1 / 57
» New Ways to Construct Binary Search Trees
Sort
View
ISAAC
2003
Springer
134views Algorithms» more  ISAAC 2003»
13 years 9 months ago
New Ways to Construct Binary Search Trees
Abstract. We give linear-time algorithms for re-ordering and heightrestricting a binary search tree with only a small increase in cost, constructing a nearly optimal binary search ...
Travis Gagie
SIGCSE
1996
ACM
136views Education» more  SIGCSE 1996»
13 years 8 months ago
Thinking about binary trees in an object-oriented world
The Binary Search Tree serves as an important example when teaching data structures. We explore new approaches to understanding the implementation of a Binary Search Tree, using c...
A. Michael Berman, Robert C. Duvall
ACNS
2005
Springer
138views Cryptology» more  ACNS 2005»
13 years 10 months ago
Indexing Information for Data Forensics
We introduce novel techniques for organizing the indexing structures of how data is stored so that alterations from an original version can be detected and the changed values speci...
Michael T. Goodrich, Mikhail J. Atallah, Roberto T...
VLDB
1999
ACM
151views Database» more  VLDB 1999»
13 years 8 months ago
Cache Conscious Indexing for Decision-Support in Main Memory
As random access memory gets cheaper, it becomes increasingly affordable to build computers with large main memories. We consider decision support workloads within the context of...
Jun Rao, Kenneth A. Ross