brenolf/grapho

Use AdjacencyList on Vertex

brenolf opened this issue · 0 comments

Currently it is using a Set to keep neighbours. It should instead use the new AdjacencyList class in order to allow Arc extensions and improve abstraction.