🚀 improve demo and add test script for action
This commit is contained in:
@@ -16,7 +16,7 @@ export const computeBestRun = (
|
||||
|
||||
const commands: Point[] = [];
|
||||
|
||||
let u = 100;
|
||||
let u = 500;
|
||||
|
||||
while (!isGridEmpty(g) && u-- > 0) {
|
||||
let direction;
|
||||
|
||||
Reference in New Issue
Block a user