Forming the transitive closure of a binary relation (or directed graph) is an important part of many algorithms. When the relation is represented by a bit matrix, the transitive closure can be efficiently computed in parallel in a systolic array. Various such arrays for computing the transitive closure have been proposed. They all have in common, though, that the size of the array must be proportional to the number of nodes. Here we propose two ways of computing the transitive closure of an arbitrarily big graph on a systolic array of fixed size. The first method is a simple partitioning of a well-known systolic algorithm for computing the transitive closure. The second is a block-structured algorithm for computing the transitive closure. T...
AbstractComputing the transitive closure in directed graphs is a fundamental graph problem. We consi...
AbstractThis paper presents an efficient fully dynamic graph algorithm for maintaining the transitiv...
The Algebraic Path Problem (APP) has many practical instances to be solved. The general solution by ...
This paper addresses the problem of computing transitive closure of a given directed graph on linear...
We present new optimal systolic algorithms for the transitive closure problem on ring and linear arr...
[[abstract]]The transitive closure problem in O(1) time is solved by a new method that is far differ...
Abstract. In this paper, we propose a new algorithm for computing recursive closures. The main idea ...
We investigate the impact of using different algorithmic techniques and data representations in algo...
Computing the transitive closure of a directed graph can be reduced to determining the transitive cl...
The authors consider the description of a systolic algorithm to solve the connected-component proble...
We present a literature review on the algebraic path problem and describe different sequential and s...
We present a parallel algorithm which uses n 2 processors to find the connected components of an und...
Given a directed graph and a node $v$ , the transitive closure (TC) of $v$ is the set of nodes th...
In this paper we study the reformulation of transitive closure queries on a fragmented graph. We spl...
The transitive closure operation is an important extension to relational algebra. Because of its hig...
AbstractComputing the transitive closure in directed graphs is a fundamental graph problem. We consi...
AbstractThis paper presents an efficient fully dynamic graph algorithm for maintaining the transitiv...
The Algebraic Path Problem (APP) has many practical instances to be solved. The general solution by ...
This paper addresses the problem of computing transitive closure of a given directed graph on linear...
We present new optimal systolic algorithms for the transitive closure problem on ring and linear arr...
[[abstract]]The transitive closure problem in O(1) time is solved by a new method that is far differ...
Abstract. In this paper, we propose a new algorithm for computing recursive closures. The main idea ...
We investigate the impact of using different algorithmic techniques and data representations in algo...
Computing the transitive closure of a directed graph can be reduced to determining the transitive cl...
The authors consider the description of a systolic algorithm to solve the connected-component proble...
We present a literature review on the algebraic path problem and describe different sequential and s...
We present a parallel algorithm which uses n 2 processors to find the connected components of an und...
Given a directed graph and a node $v$ , the transitive closure (TC) of $v$ is the set of nodes th...
In this paper we study the reformulation of transitive closure queries on a fragmented graph. We spl...
The transitive closure operation is an important extension to relational algebra. Because of its hig...
AbstractComputing the transitive closure in directed graphs is a fundamental graph problem. We consi...
AbstractThis paper presents an efficient fully dynamic graph algorithm for maintaining the transitiv...
The Algebraic Path Problem (APP) has many practical instances to be solved. The general solution by ...