You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Sudoku game with an AI agent that generates puzzles, solves them, and verifies their validity using constraint satisfaction algorithms. The AI uses backtracking and heuristics for efficient solving. It also offers a web interface for users to interact with the puzzle.
A classic Sudoku game built with simplicity and logic at its core. This project features a clean interface and a powerful backtracking algorithm to solve even the toughest puzzles. Whether you're playing for fun or exploring how algorithms tackle constraint problems, this is a great place to start.
Sudoku Solver is a user-friendly application with UI that utilizes Backtracking and Genetic algorithm to solve puzzles of various size and difficulties
A TypeScript library for partitioning T = N × M items (each with a positive capacity) into exactly N groups of exactly M items each, minimizing the maximum difference (delta) between group sums and, secondarily, the standard deviation.