Skip to content

Commit e068397

Browse files
committed
Added some TODO ideas for the future
1 parent 0856a0a commit e068397

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/graph.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ use std::{
1212

1313
use crate::utils;
1414

15+
// TODO: add iterator over points
16+
// TODO: add iterator bfs
17+
// TODO: add iterator dfs
18+
// TODO: consider using a Vec<u8> to store the points
1519
// TODO: Extract painting the graph thru macroquad to a different module
1620
// TODO: Some fields in this struct might be better stored in the main module
1721
/// ### Graph

0 commit comments

Comments
 (0)