Skip to content

A program written in Java that solves sudoku puzzles.

Notifications You must be signed in to change notification settings

JHuffaker/Sudoku-Solver

Repository files navigation

Overview

This is a sudoku program. A sudoku puzzle is provided to the program, and it creates a new file with the sudoku file written to it. I created this to learn how to write in Java, and to demonstrate using recursion, reading/writing to files, and multidimensional arrays.

Sudoku Solver Demo

Development Environment

  • Visual Studio Code
  • Java 16.0.1
  • Git / GitHub

Useful Websites

About

A program written in Java that solves sudoku puzzles.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages