initSidebarItems({"enum":[["EdgeDirection","Edge direction"]],"mod":[["algo","Graph algorithms."],["graph","`Graph` is a graph datastructure using an adjacency list representation."],["graphmap","`GraphMap` is an undirected graph where node values are mapping keys."],["unionfind","`UnionFind` is a disjoint-set data structure."],["visit","Graph visitor algorithms."]],"struct":[["Directed","Marker type for a directed graph."],["MinScored","`MinScored` holds a score `K` and a scored object `T` in a pair for use with a `BinaryHeap`."],["Ptr","A reference that is hashed and compared by its pointer value."],["Undirected","Marker type for an undirected graph."]],"trait":[["EdgeType","A graph's edge type determines whether is has directed edges or not."]]});