Skip to content

Adjacency matrix representation. #4

@brandimarte

Description

@brandimarte

Currently we are using a dense matrix for representing the adjacency matrix. However it is sparse and symmetric in our case. Therefore, one could use a "list" structure (array of pointers to list) with the neighbors from each vertex.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions