fn first_odd_node(
search_order: &[usize],
start: usize,
nodes: &DHashMap<usize, DockNode>,
) -> Option<(usize, usize)>
Expand description
Find the first node in the graph where the DockNode has an odd number of connections to other nodes.