Concept drill
transitive closure
GATE CSE & IT · Graph Algorithms · 1989-2005
3
PYQs
67%
keyed
1
elite explanations
3
years appeared
Study anchor
Cormen et al. — Introduction to Algorithms (CLRS)
Algorithms, data structures, graph algorithms, complexity
Practice action
Start latest PYQPYQs in this concept
All concepts →2005 PYQ
The time complexity of computing the transitive closure of a binary relation on a set of elements is known to be:
easyanswer keyelite explanation
2004 PYQ
Consider the binary relation: $$S = \left\{ {\left( {x,y} \right)|y = x + 1\,\,and\,\,x,y \in \left\{ {0,1,2,...} \right\}} \right\}$$ The reflexive transitive closure of $$S$$ is
easyanswer key
1989 PYQ
The transitive closure of the relation $$\left\{ {\left( {1,2} \right)\left( {2,3} \right)\left( {3,4} \right)\left( {5,4} \right)} \right\}$$ on the set $$A = \left\{ {1,2,3,4,5}...
easy