Challenge: Transpose a Graph
Given a graph, find its transpose.
We'll cover the following...
Problem statement
You have to implement a function which will take a graph as input and print its transpose.
Input
A graph
Output
Return a transpose of the given graph