Closed dlcole3 closed 2 years ago
Added new constructors and tests for the DataGraph struct. The DataGraph can now be built from an adjacency matrix or from a vector of tuples (where the tuples represent edges).
DataGraph
Added new constructors and tests for the
DataGraph
struct. TheDataGraph
can now be built from an adjacency matrix or from a vector of tuples (where the tuples represent edges).