Chapter 3: Q5E (page 107)
The reverse of a directed graph G = (V,E) is another directed graph on the same vertex set, but with all edges reversed that is, . Give a linear-time algorithm for computing the reverse of a graph in adjacency list format.
Short Answer
A linear-time algorithm is used for reversal of a directed graph G=(V,E) by using an adjacency list is proved.