Suitable data structure for large graphs
问题 I have a large graph, is there any other data structure other than adjacency list and "adjacency matrix" in c++ stl or some other data structure which I can employ for such a large graph, actually the adjacency matrix of my graph does not fit in the main memory. My graph is directed and I am implementing dijkstra algorithm in C++. I have seen the previous posts...but I am searching for a suitable data structure with respect to dijkstra. By large I mean a graph containing more than 100 million