pub fn spring_layout( n_nodes: usize, edges: &[(usize, usize)], ) -> Vec<(f64, f64)>
Simple spring layout for graph visualization