feat(hints): visualize completed rows and columns

This commit is contained in:
2026-02-19 06:24:56 +01:00
parent 4138c99e20
commit 43629d72a4
6 changed files with 116 additions and 5 deletions

View File

@@ -39,6 +39,6 @@ describe('Large Grid Solver', () => {
console.log('Result:', result);
expect(result.percentSolved).toBeGreaterThan(0);
expect(result.difficulty).toBeDefined();
expect(result.difficultyScore).toBeDefined();
});
});