https://github.com/ericthomasca/sudoku-go-api
https://github.com/ericthomasca/sudoku-go-api
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ericthomasca/sudoku-go-api
- Owner: ericthomasca
- License: mit
- Created: 2024-02-22T18:48:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-23T00:32:27.000Z (over 2 years ago)
- Last Synced: 2026-01-13T20:23:40.068Z (6 months ago)
- Language: Go
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sudoku Solver
[](https://goreportcard.com/report/github.com/ericthomasca/sudoku-go)
A simple Sudoku solver written in Go.
## Table of Contents
- [Introduction](#introduction)
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
## 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`:
```bash
go get github.com/ericthomasca/sudoku-go