...

/

Challenge: Print the Transpose of a Graph

Challenge: Print the Transpose of a Graph

Given a graph, find its transpose.

Problem Statement

You have to implement a function which will take a graph as input and print its transpose.

Input

...