Module cairo_lang_utils::graph_algos::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.