Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
グラフの隣接リストがありますtypedef map<int, vector<int> > AdjacencyList;
typedef map<int, vector<int> > AdjacencyList;
今、私は次のようなファイルからそれを埋めたいです:
1 234 432 654 876 ... 2 32 521 323 122 ... 3 654 4 75 652 ... ....
したがって、行の最初の要素は頂点であり、残りの要素は隣接する頂点です。読み方は?