Sudoku solver – решение судоку

50+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

This tool allows you to automatically or manually solve default (9 x 9) sudoku tables.

Solution based on recursive function that builds series of “assumptions” and finds first one that doesn’t conflict with sudoku game rules.

Warning! This method always finishes with some result (it is finite). But in some cases it can take some time. This behavior is correct for the application.

In addition, the app now has a game mode: it can check for the presence of a solution, but not display it, only reporting its presence or absence
Updated on
Aug 15, 2025

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
No data shared with third parties
Learn more about how developers declare sharing
No data collected
Learn more about how developers declare collection

What’s new

• You can now select the type of highlighting for affected cells: lines only or lines and squares;
• NET support packages have been updated;
• TV: removed some useless interface elements;
• TV: hovering over the numbers field will now trigger the update of cells highlighting;
• TV: removed extraneous cells clicks;
• TV: removed extraneous buttons;
• User guide has been updated;
• TV: help materials have been adapted for TV