IDNLearn.com makes it easy to find answers and share knowledge with others. Our platform provides prompt, accurate answers from experts ready to assist you with any question you may have.

The C++ VertexSetCollection class is used in the minimum spanning tree algorithm implementation. The VertexSetCollection class's constructor initializes the vertexSet member such that each vertex V maps to _
1.an empty vertex set
2.a set that has all the graph's vertices
3.a set that has only V
4.a set that has all vertices adjacent to V