Skip to content

Set Implementation #22

@D4L

Description

@D4L

Choose Implementation

Description

Allow the user, on graph creation, to set the underlying implementation of the graph.

Example
graph = Graph.new #=> has some sort of default implementation
graph.implementation = :adjacency_list #=> Error

graph1 = Graph.new(implementation: :adjacency_list) #=> has adjacency list as implementation

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions