Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 916 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 916 Bytes

Sudoku Solver

Go Report Card

A simple Sudoku solver written in Go.

Table of Contents

Introduction

Sudoku Solver is a Go package that provides functionality to solve Sudoku puzzles. It offers a simple HTTP API to send unsolved Sudoku puzzles and receive the solved puzzles in JSON format.

Features

  • Solve Sudoku puzzles of varying difficulty levels.
  • Accept unsolved puzzles via HTTP POST requests.
  • Return solved puzzles in JSON format.
  • Lightweight and easy-to-use.

Installation

To install the Sudoku solver package, you can use go get:

go get github.com/ericthomasca/sudoku-go