Sciweavers

11219 search results - page 34 / 2244
» Retroactive data structures
Sort
View
WEBDB
2001
Springer
92views Database» more  WEBDB 2001»
15 years 2 months ago
Generating Synthetic Complex-Structured XML Data
Synthetically generated data has always been important for evaluating and understanding new ideas in database research. In this paper, we describe a data generator for generating ...
Ashraf Aboulnaga, Jeffrey F. Naughton, Chun Zhang
WDAG
2009
Springer
130views Algorithms» more  WDAG 2009»
15 years 4 months ago
Contention-Sensitive Data Structures and Algorithms
A contention-sensitive data structure is a concurrent data structure in which the overhead introduced by locking is eliminated in the common cases, when there is no contention, or ...
Gadi Taubenfeld
ISAAC
2007
Springer
108views Algorithms» more  ISAAC 2007»
15 years 3 months ago
Checking Value-Sensitive Data Structures in Sublinear Space
Checking value-sensitive data structures in sublinear space has been an open problem for over a decade. In this paper, we suggest a novel approach to solving it. We show that, in c...
Michael T. Goodrich, Jonathan Z. Sun
WSS
2001
133views Control Systems» more  WSS 2001»
14 years 11 months ago
A Composite Stabilizing Data Structure
Abstract. A data structure is stabilizing if, for any arbitrary (and possibly illegitimate) initial state, any sequence of sufficiently many operations brings the data structure to...
Ted Herman, Imran A. Pirwani
SIGCSE
2005
ACM
217views Education» more  SIGCSE 2005»
15 years 3 months ago
Alternatives to two classic data structures
Red-black trees and leftist heaps are classic data structures that are commonly taught in Data Structures (CS2) and/or Algorithms (CS7) courses. This paper describes alternatives ...
Chris Okasaki