Code Monkey home page Code Monkey logo

sudoku-solver-cpp's Introduction

This repository contains a C++ program designed to solve Sudoku puzzles. The solver uses a backtracking algorithm to fill in the missing numbers of a given Sudoku puzzle, ensuring that each row, column, and 3x3 grid contains all numbers from 1 to 9 without repetition.

Features

  • Solves easy to hard Sudoku puzzles.
  • Offers an interactive mode for users to input their own puzzles.
  • Demonstrates the use of arrays, loops, and functions in C++.

Getting Started

Prerequisites

To compile and run this program, ensure you have a C++ compiler installed on your system. GCC or Clang are recommended.

Compilation

Navigate to the directory containing the solver and compile it using the following command:

g++ -o sudoku_solver sudoku_solver.cpp

Usage

To run the solver, execute the compiled binary in the terminal:

./sudoku_solver

Follow the on-screen prompts to either solve a predefined puzzle or enter your own.

sudoku-solver-cpp's People

Contributors

annatz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.