yamafaktory / hypergraph

Hypergraph is data structure library to create a directed hypergraph in which a hyperedge can join any number of vertices.
MIT License
285 stars 10 forks source link

Link to hypergraph definition #12

Closed glyn closed 3 years ago

glyn commented 3 years ago

I was intrigued by this crate, but hadn't encountered hypergraphs before, so a link to a definition would be great. (Alternatively, or additionally, you might want to add a short definition of an ordered hypergraph to the README.)

Also, there's lots of useful background information in wikipedia which it wouldn't be appropriate to include in the README.

yamafaktory commented 3 years ago

Hi @glyn and thanks for your contribution! Indeed the README needs some more attention.