I have a graph implemented using adjacency list representation. I want to count number of edges that point to each vertex (indegree of vertex).
Here\'s a graph: