fslaborg / Graphoscope

A pragmatic approach to network science.
http://fslab.org/Graphoscope/
MIT License
14 stars 6 forks source link

Implement 2 additional graph representations with conversion functions to core structure #8

Closed HarryMcCarney closed 1 year ago

HarryMcCarney commented 1 year ago

The other representation will be defined by Michele as per this issue. Chose two that you think will be useful :)

Conversions will be to core structure defined here

Further discussion is here

HarryMcCarney commented 1 year ago

I will take a look at this as part of the project structure work. Will implement the COO matrix with a conversion function to and from the LIL Matrix

HarryMcCarney commented 1 year ago

we will focus on a Adjacency List and conversion to Adjacency Matrix in sprint 3 and return to COO matrix in a future sprint.