brickard15 / GraphLibrary

Graph Library seeks to be a comprehensive tool for using and traversing graphs.
0 stars 0 forks source link

Hypergraph Implementation #20

Open brickard15 opened 6 years ago

brickard15 commented 6 years ago

Do we need to start with a hypergraph? should it be the core of all graphs?

https://en.wikipedia.org/wiki/Hypergraph

brickard15 commented 6 years ago

I think we need a Hypergraph, but it is conceptually so different that it isn't core to other graphs. It may just be an adapter of a Multigraph.