Skip to content

Documentation Mistake: SccGraph::new(n) should refer to vertices, not edges #155

@Ryoga-exe

Description

@Ryoga-exe

The function SccGraph::new(n: usize) is intended to create a directed graph with $n$ vertices and $0$ edges.
However, the current documentation mistakenly refers to n as the number of edges, which is incorrect.

Current documentation:

/// Creates a new `SccGraph` with `n` edges.

This should be corrected to refer to vertices, not edges.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions