Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 442 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 442 Bytes

Transitive-Clousre

4th year project at Tishreen University

Given a directed graph, find out if a vertex j is reachable from another vertex i for all vertex pairs (i, j) in the given graph.
Here reachable mean that there is a path from vertex i to j.
The reach-ability matrix is called the transitive closure of a graph.

For more information