pub trait BrandesIterUpdateDistancesAndPathForNeighbors {
// Required method
fn brandes_iter_update_dist_and_path_for_neighbors(&mut self, s: NodeId);
}
pub trait BrandesIterUpdateDistancesAndPathForNeighbors {
// Required method
fn brandes_iter_update_dist_and_path_for_neighbors(&mut self, s: NodeId);
}