Fast sudoku solver using dancing-links

3 Open Issues Need Help Last updated: Aug 4, 2025

Open Issues Need Help

View All on GitHub
Algorithms and Data Structures Implementation

AI Summary: Modernize the testing infrastructure of the sudoku-dlx project by migrating to Mocha with ES module support, updating dependencies, ensuring code coverage, and aligning the test structure with the node-dlx project.

Complexity: 3/5
enhancement help wanted question

Fast sudoku solver using dancing-links

TypeScript
Algorithms and Data Structures Implementation

AI Summary: Upgrade the sudoku-dlx project's development tooling and dependencies to improve developer experience and consistency. This involves migrating from TSLint to ESLint with typescript-eslint, integrating Prettier for code formatting, updating all dev dependencies, adding commitlint and release-it for automation, and updating npm scripts.

Complexity: 3/5
enhancement help wanted

Fast sudoku solver using dancing-links

TypeScript
Algorithms and Data Structures Implementation

AI Summary: Modernize the `sudoku-dlx` project's package.json and code structure to align with the latest best practices and match the setup of its dependency, `node-dlx`. This involves migrating to ES modules, updating the exports field, aligning TypeScript configuration, updating build outputs, and removing deprecated fields.

Complexity: 4/5
enhancement help wanted

Fast sudoku solver using dancing-links

TypeScript