...

/

Untitled Masterpiece

Given a graph, find its transpose.

Problem statement

You have to implement a function that takes a directed graph as input and print its transpose.

Important note: The printGraph() function ...