Skip to content

MasslessParticle/Sugoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sugoku

A small application to solve sudoku puzzles via a RESTful API

What It Does

The application has the following end points:

  • POST to /puzzle returns the id of the posted puzzle
  • GET /puzzle/{id} gets the persisted puzzle
  • GET /solved/{id} gets the solved persisted puzzle

Puzzle format

  • puzzles are formatted as a single string where spaces are represented as _
  • e.g.: 97_1_2685____85___8____6_3____43__5_71_6_8_93_2__97____3_8____6___75____5492_3_78

Setup

This isn't even my final form!

Sugoku is a learning exercise so it does woefully little validation or error handing.

About

A small application to solve sudoku puzzles via a RESTful API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages