GithubHelp home page GithubHelp logo

next-digital-leader-summit-2020's Introduction

NEXT DIGITAL LEADER SUMMIT 2020

Get started

  1. You will have to code in this session. We have prepared a running development environment on gitpod.io. Please click on the button to start you own instance. Open in Gitpod

  2. Make yourself familiar with the Editor (It is very similiar to VS Code)

  3. Do you find the file of the Sudoku Board implementation?

  4. Open HTML test report ./build/reports/tests/test/index.html

  5. What is the output of the Unit Test task0?

First Task

  1. Switch to Branch Taks_1 or open a new instance GITPODLINK

  2. We have prepared a Sudoku Board for you and your task is to fill the board with the number 8. For this you have to create a new Constraint Rule in the file sudokuConstraints.drl. You can test your code with the command gradle -t test.

  3. If you completed the task, the unit test named task1 succeeds.

Second Task

  1. Switch to Branch Taks_2 or open a new instance GITPODLINK

  2. In this task you will implement two new Constraint Rules. One to check that each row in the Sudoku Board is valid, that means all numbers 1 - 9 are present, and the second rule is to check each column in the Sudoku Board. (You will only need to edit sudokuConstraints.drl, but also have a look at Cell.kt)

  3. If you completed the task, the unit test named task2 succeeds.

Third Task

  1. Switch to Branch Taks_3 or open a new instance GITPODLINK

  2. To get a valid Sudoku one rule is missing, you will implent this rule now. A Sudoku Board has nine 3x3 regions. In each reagion all numbers from 1-9 must be present. (You will need to edit sudokuConstraints.drl, but also can edit Cell.kt)

  3. If you completed the task, the unit test named task3 succeeds.

next-digital-leader-summit-2020's People

Contributors

heussd avatar jorisberinger avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

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.