From 464fb97be8bae2348d429fcf6f9fe9de6f82b0cf Mon Sep 17 00:00:00 2001 From: Bryson Zimmerman Date: Wed, 20 Nov 2024 12:41:31 -0500 Subject: [PATCH] Add todo notes --- src/main/kotlin/Main.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/kotlin/Main.kt b/src/main/kotlin/Main.kt index 5d843b4..fab2cdd 100644 --- a/src/main/kotlin/Main.kt +++ b/src/main/kotlin/Main.kt @@ -9,6 +9,7 @@ import kotlin.time.measureTime class HierarchicalPathfinding { /* Next steps: + Measure maze complexity by number of steps in path Dump results as CSV Dump ANSI text to file for processing into image Add command line options to run particular pathfinders, render particular pathfinder's markings