Introduction - If you have any usage issues, please Google them yourself
Undirected graph implementation of function, with the adjacent multi-table to store the graph, and using dynamic storage structures. With a single list of all vertices stored in the memory of the node is given two vertices of the respective side edge of the next node address.