dlcole3 / DataGraphs.jl

MIT License
0 stars 0 forks source link

New constructors for `DataGraph` object #10

Closed dlcole3 closed 2 years ago

dlcole3 commented 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).