From 9da6a28ad940b1c5577b17dd008281c67a46ccbc Mon Sep 17 00:00:00 2001 From: Andinus Date: Wed, 3 Nov 2021 16:55:24 +0530 Subject: 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. --- README | 2 +- README.org | 2 +- 2 files changed, 2 insertions(+), 2 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: cols: iterations: + │ rows: cols: │ │ ...iterations └──── diff --git a/README.org b/README.org index d641d65..aace430 100644 --- a/README.org +++ b/README.org @@ -26,7 +26,7 @@ Fornax format is an intermediate output file generated after solving the maze. Algorithms must output the solution in this format. #+begin_src -rows: cols: iterations: +rows: cols: ...iterations #+end_src -- cgit 1.4.1-2-gfad0