Run 1000 times and measure success rate

This commit is contained in:
2025-03-22 13:33:38 +00:00
parent 4ffed4e4ce
commit 9d7cd40b54
2 changed files with 24 additions and 36 deletions

2
puzz.c
View File

@@ -72,8 +72,6 @@ static void scan_copy(int x, int y, puzz_t out)
status_t probe(int x, int y, puzz_t out)
{
printf("Probing: %d,%d\n", x, y);
assert(x >= 0 && x < WIDTH);
assert(y >= 0 && y < HEIGHT);