pnevyk / gryf

Graph data structure library aspiring to be convenient, versatile, correct and performant.
MIT License
69 stars 1 forks source link

Provide default implementations for counts and bounds #7

Closed pnevyk closed 1 month ago

pnevyk commented 2 years ago

Provide default implementations for counts and bounds in respective traits (VerticesBase, EdgesBase, VerticesBaseWeak, EdgesBaseWeak).

In all cases, keep the current (efficient) implementation.

pnevyk commented 1 month ago

Resolved as part of https://github.com/pnevyk/gryf/pull/78