Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 383 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 383 Bytes

Sudoku

This product was developed to grasp an understanding on how python works and how different it is from other languages.

The app is meant to be a backend exercise, so it doesn't have a friendly user interface.

It does mainly two things, it creates a random puzzle through mathematical calculations and then solves it with some simple algebraic calculations and iterations.