Skip to content

ericthomasca/sudoku-go-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages