Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Graph

Graph representation.

Fully qualified path: alexandria_searching::dijkstra::Graph

pub struct Graph<T> {
    pub nodes: Array<Node>,
    /* private fields */
}

Members

nodes

Fully qualified path: alexandria_searching::dijkstra::Graph::nodes

pub nodes: Array<Node>