about summary refs log tree commit diff stats
path: root/README
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2021-11-03 16:55:24 +0530
committerAndinus <andinus@nand.sh>2021-11-03 16:55:24 +0530
commit9da6a28ad940b1c5577b17dd008281c67a46ccbc (patch)
treec1a290dae9acf890b20b877cfb822620fdeb25b4 /README
parent5b3ab457dbeb897802f9515fc09d65f1d013a40f (diff)
downloadfornax-9da6a28ad940b1c5577b17dd008281c67a46ccbc.tar.gz
Remove number of iterations from format
To know this the program must have solved the whole puzzle before it
is able to print a single line. I don't think it's required.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 314a00f..6c5f325 100644
--- a/README
+++ b/README
@@ -46,7 +46,7 @@ This collection includes:
   the maze. Algorithms must output the solution in this format.
 
   ┌────
-  │ rows:<number of rows> cols:<number of columns> iterations:<number of iterations>
+  │ rows:<number of rows> cols:<number of columns>

   │ ...iterations
   └────