so I\'m creating a class that implements an adjacency list. Currently in my class definition I initialized two vectors:
vector> adjLi
To push on the vector that is an element of another vector, you simply do this
adjList[x].push_back();