[][src]Module rs_graph::collections

Structs

BinHeap

Simply binary heap data structure.

Traits

ItemMap

A (finite) map of items (node or edges) of a graph to some value.

ItemPriQueue
ItemQueue
ItemSet

A (finite) set of items (node or edges) of a graph.

ItemStack