“vector < int > graph [ N + 1 ]” How can we represent a graph with N vertices using a 1D vector of int of size n+1?