Tuesday, February 21, 2006

A Question of Sets

I believe I will require an efficient Hypergraph data structure for the algorithm I will eventually develop. A hypergraph extends normal graphs by using k-subsets of vertices instead of 2-subsets (normal edges). Anyone have any good source on how to efficiently store sets like this? I can't find any real standard data structures for hypergraphs.

0 Comments:

Post a Comment

<< Home