From 43974d675472b658a80e8db165a155f1426c6367 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20M=C3=BCller?= Date: Wed, 8 Oct 2025 13:42:50 +0200 Subject: [PATCH] Add todos --- src/main.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.rs b/src/main.rs index 1b99b6a..bb0f212 100644 --- a/src/main.rs +++ b/src/main.rs @@ -20,6 +20,8 @@ struct Graph { incidence_vertices: Vec, } +// TODO: Add iterator of vertices. +// TODO: Add iterator of edges. // TODO: Add iterator of vertex neighbors, see 'fn add_adjacent()'. impl Graph { fn vertex_count(&self) -> usize {