Skip to content

Non-Existing Topological Order May be Returned as Empty #61

@peter-empen

Description

@peter-empen

Graph(1~>2, 2~>1).topologicalSort
returns Right instead of Left while
Graph(1~>2, 2~>3, 3~>4, 4~>2).topologicalSort
returns Left.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions