Coder Social home page Coder Social logo

sudokuchallenge's Introduction

Sudoku Validator

The goal of the program

The goal of a program is to validate a sudoku game passed to it via the REST interface. Information about sudoku: https://en.wikipedia.org/wiki/Sudoku

Game Rules

  • 9x9 grid
  • no repeating numbers in a row
  • no repeating numbers in a column
  • no repeating digit in a 3x3 sub-grid
  • empty fields do not invalidate the puzzle. A completely empty board should validate positively.

Challenge

  • Your goal is to extend and modify the project in such a way, that it fulfills the goals described above.
  • You're free to extend the interfaces, but please don't remove anything from them
  • Please pay attention to comments left in the code.
  • Your solution should be tested. Provided is one minimal "integration" test, just to ensure you reached the wanted goal. This test should fail initially, and it is your primary goal to make it pass. Please add other tests you find valuable.

Build instructions

# install gradle wrapper
> gradle wrapper

# build
> ./gradlew build

# build without tests
> ./gradlew build -x test

# run application from the command line
> ./gradlew bootRun

# clean the build
> ./gradlew clean

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.