pnevyk / gryf

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

Graph generalizations #2

Open pnevyk opened 3 years ago

pnevyk commented 3 years ago

This library could also provide graph types that are not so common, for example hypergraph or mixed graph. I haven't really looked into their specifics regarding storage and APIs.

pnevyk commented 2 years ago

An existing crate for hypergraphs: hypergraph.