Consider two types of instructions for manipulating disjoint sets. FIND(x) computes the name of the (unique) set containing element x. UNION(A,B,C) combines sets A and B into a new set named C. We examinee a known algorithm for implementing sequences of these instructions. We show that if f(n) is the maximum time required by any sequence of n instructions, $k_{1} n \alpha (n) \leq f(n) \leq k_{2} n \log^{*}(n)$ for some constants $k_{1}$ and $k_{2}$, where $\log^{*}(n) = \min\{i|\log^{i}(n) \leq 1\}$ and $\alpha(n)$ is a recursively defined function which satisfies $\alpha(n) \rightarrow \infty$ as $n \rightarrow \infty$. Thus the set union algorithm is $O(n \log^{*}(n))$ but not $O(n)$. Keywords and phrases: algorithm, complexity, equiva...
AbstractThe problem of finding the coarsest partition of a set S with respect to another partition o...
In this paper, we show an O (n+m) time Turing reduction from the tree pattern matching problem to an...
AbstractIn this paper, it is shown that on the CREW model we can test whether a given permutation of...
AbstractThis paper presents a linear-time algorithm for the special case of the disjoint set union p...
AbstractThis paper describes a machine model intended to be useful in deriving realistic complexity ...
This paper surveys algorithmic techniques and data structures that have been proposed to solve the s...
Abstract. This paper analyzes the asymptotic worst-case running time of a number of variants of the ...
We address the problem of eciently performing operations on sets of segments. While current solution...
AbstractIn this paper, an extension of the well known set union problem is considered, where backtra...
AbstractThis paper considers time-space tradeoffs for various set operations. Denoting the time requ...
A number of open questions are settled about the expected costs of two disjoint set Union and Find a...
AbstractThe Union–Find data structure for maintaining disjoint sets is one of the best known and wid...
AbstractWe consider the problem of partitioning a multiset of integers into k disjoint subsets whose...
The problem of finding the coarsest partition of a set S with respect to another partition of S one ...
grantor: University of TorontoThe set union problem is a well studied problem with many ef...
AbstractThe problem of finding the coarsest partition of a set S with respect to another partition o...
In this paper, we show an O (n+m) time Turing reduction from the tree pattern matching problem to an...
AbstractIn this paper, it is shown that on the CREW model we can test whether a given permutation of...
AbstractThis paper presents a linear-time algorithm for the special case of the disjoint set union p...
AbstractThis paper describes a machine model intended to be useful in deriving realistic complexity ...
This paper surveys algorithmic techniques and data structures that have been proposed to solve the s...
Abstract. This paper analyzes the asymptotic worst-case running time of a number of variants of the ...
We address the problem of eciently performing operations on sets of segments. While current solution...
AbstractIn this paper, an extension of the well known set union problem is considered, where backtra...
AbstractThis paper considers time-space tradeoffs for various set operations. Denoting the time requ...
A number of open questions are settled about the expected costs of two disjoint set Union and Find a...
AbstractThe Union–Find data structure for maintaining disjoint sets is one of the best known and wid...
AbstractWe consider the problem of partitioning a multiset of integers into k disjoint subsets whose...
The problem of finding the coarsest partition of a set S with respect to another partition of S one ...
grantor: University of TorontoThe set union problem is a well studied problem with many ef...
AbstractThe problem of finding the coarsest partition of a set S with respect to another partition o...
In this paper, we show an O (n+m) time Turing reduction from the tree pattern matching problem to an...
AbstractIn this paper, it is shown that on the CREW model we can test whether a given permutation of...