Initial release #1

Merged
warrence merged 102 commits from dev into main 2026-06-30 10:26:52 +02:00
Showing only changes of commit 43974d6754 - Show all commits
+2
View File
@@ -20,6 +20,8 @@ struct Graph {
incidence_vertices: Vec<Vertex>, incidence_vertices: Vec<Vertex>,
} }
// TODO: Add iterator of vertices.
// TODO: Add iterator of edges.
// TODO: Add iterator of vertex neighbors, see 'fn add_adjacent()'. // TODO: Add iterator of vertex neighbors, see 'fn add_adjacent()'.
impl Graph { impl Graph {
fn vertex_count(&self) -> usize { fn vertex_count(&self) -> usize {