add(docstring): doc string on every class and functions

This commit is contained in:
2026-04-01 12:34:19 +02:00
parent 40e25757c7
commit 68c40be144
8 changed files with 786 additions and 44 deletions
+4 -4
View File
@@ -1,8 +1,8 @@
WIDTH=13
HEIGHT=13
WIDTH=10
HEIGHT=10
ENTRY=1,1
EXIT=5,5
EXIT=10,10
OUTPUT_FILE=maze.txt
PERFECT=False
PERFECT=True
GENERATOR=Kruskal
SOLVER=AStar