🚀 improve demo and add test script for action

This commit is contained in:
platane
2020-07-19 18:42:56 +02:00
parent 2c592c8909
commit a4ea2a4a46
6 changed files with 16 additions and 9 deletions

View File

@@ -16,7 +16,7 @@ export const computeBestRun = (
const commands: Point[] = [];
let u = 100;
let u = 500;
while (!isGridEmpty(g) && u-- > 0) {
let direction;