cairo_lang_utils::graph_algos

Module graph_node

source

Traitsยง

  • A trait for a node in a graph. Note that a GraphNode has to be able to provide its neighbors by itself, without additional information.