cbbowen / graph

Efficient, header-only graph library for C++17 with a pleasant interface.
MIT License
16 stars 3 forks source link

Add full adjacency list #5

Closed cbbowen closed 6 years ago

cbbowen commented 6 years ago

A full Adjacency_list (and possibly a stable variant) should be added which supports querying both a vertex's outgoing and incoming edges.

cbbowen commented 6 years ago

Resolved in f0071d66f472c304072d63d7e93076ed8a795acc and f5ed2a289f65f42b8659b29491b096064f9923e6.