Eulergraph
    Preparing search index...
    type Vertex = {
        index: number;
        neigbors: number[];
        value: VertexValue;
    }
    Index

    Properties

    Properties

    index: number
    neigbors: number[]