stdgraph / P1709

P1709: C++ Graph Library Proposal
7 stars 0 forks source link

2.3.2 Converting an Edge List to an Adjacency List #11

Open neoblizz opened 1 year ago

neoblizz commented 1 year ago

We should have note that anything wrapped in a graph adapter has a ‘num vertices‘ method (and other members). We should also provide a constructor for the adapted adjacency list that takes and edge list as argument.

!! What is the initial API for this?