Skip to content

Rename AbstractGraph to LinkedAbstractGraph #42

@moaxcp

Description

@moaxcp

Relates to: #25

AbstractGraph is currently implemented using LinkedHashMaps to store vertices, edges, and properties. This is to make all algorithms deterministic which may not be needed for general use graphs. AbstractGraph should be renamed to LinkedAbstractGraph and a new set of implementations should be created which use normal HashMaps.

Metadata

Metadata

Assignees

No one assigned

    Labels

    API Major ChangeMajor changes that make the api incompatible

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions