Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.02 KB

README.md

File metadata and controls

28 lines (23 loc) · 1.02 KB

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