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.77k stars 95 forks source link

added EdgeCount() to Store #146

Closed jonbrandenburg closed 8 months ago

jonbrandenburg commented 1 year ago

Added EdgeCount() to the Store and updated the code to use this rather than the existing Size() methods for the directed and undirected graphs.