السؤال 1 A directed graph has 6 nodes and the following direct paths: from node 3 to 1; from node 6 to 1; from node 3 to
Posted: Sat Nov 27, 2021 10:36 am
السؤال 1 A directed graph has 6 nodes and the following direct paths: from node 3 to 1; from node 6 to 1; from node 3 to 2; from node 5 to 3; from node 1 to 6; from node 2 to 6; Construct the adjacency matrix A to represent this graph. Use the Warshall Algorithm to find the Transitive Closure T. Write the last row of the Transitive Closure here