ericthomasca / sudoku-go-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Go 92.7%Language:Dockerfile 7.3%