Topic: Graph Theory Problem / Level: advanced

Problem: Write a program to compute the transitive closure of a directed graph using Warshalls algorithm.

Run the code to see the output here...