Skip to content

Ahthe/Sudoku-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Solver 🧩

A Java-based application for solving Sudoku puzzles using a backtracking algorithm. This project demonstrates efficient problem-solving and coding practices, making it an ideal showcase of algorithm implementation and Java programming skills.

Features 🌟

  • Backtracking Algorithm: Efficiently solves Sudoku puzzles.
  • User-Friendly: Simple interaction through the command line.
  • Versatile: Capable of solving a wide range of Sudoku puzzles.
  • Clean and Documented Code: Code is well-structured and thoroughly documented, adhering to best practices.

Getting Started 🚀

Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites 📋

  • Java JDK 11 or higher
  • Git

Installation 🔧

  • Clone the Repository
    git clone https://github.com/Ahthe/Sudoku-Solver.git
    cd Sudoku-Solver
  • Compile the Project (if applicable)
    javac SudokuSolver.java
  • Run the Application
    java SudokuSolver
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages