dominikbraun / graph

A library for creating generic graph data structures and modifying, analyzing, and visualizing them.
https://graph.dominikbraun.io
Apache License 2.0
1.81k stars 94 forks source link

No way to list vertices? #162

Open Ozoniuss opened 10 months ago

Ozoniuss commented 10 months ago

I notice that the Graph interface provides no method to list all vertices. Is there a reason for doing so? This should be a simple implementation since the Store method provides a ListVertices method.

dominikbraun commented 10 months ago

This will be implemented by #149. I had and do have a busy time at work, but I'm going to merge these open PRs today and in the next few days.