Incremental evaluation of computational circuits
Bowen Alpern, Roger Hoover, et al.
SODA 1990
Most data structures for sets minimize the time spent on the operations insert, delete, and member. Using a tree-based representation scheme, a sequence of N operations has complexity O(logN) per operation. However, if we also allow the operation equal(Si,Sj), where Si and Sj are two different sets, the complexity can be O(N) per operation, since set equality testing can require linear time. In this paper we present two tree-based representation schemes that support the operation equal(Si,Sj) in constant time. The first scheme is very simple and establishes an upper bound of O(logN + k) per operation for a sequence of N operations, where k is the number of sets. A variation on this scheme uses hashing and gives an expected complexity of O(k) per operation. Our second set representation achieves O(logN) amortized complexity per operation.
Bowen Alpern, Roger Hoover, et al.
SODA 1990
Robert Strom, Daniel Yellin
OOPSLA 1992
Ron Shamir, Brenda Dietrich
SODA 1990
Lawrence L. Larmore, Baruch Schieber
SODA 1990