rameshkum / codility-Java

Codility katas solved using JAVA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Codility-Java

This is a solution to a couple of Katas proposed to be solved using Java.

The aim of the challenge.

Kata 1

Phone number formatter

Kata 2

Car Park Till

The application needs to be driven by TDD and BDD by using Java, JUnit.

Get used to some libraries in java like Time, LocalTime, Duration were key to design and implement the solutions.

Technologies used

  • Testing

    • JUnit 4.0
  • Back end framework

    • Java
  • Project structure

    • Maven
  • Continuous Integration

    • Travis CI

Testing and running environment setup

In order to edit, view or modify the source code, you will need to clone the repo shown below, access the folder and execute the following commands to be functional.

$ git clone https://github.com/Willibaur/codility-Java
$ cd codility-Java

Contributors

About

Codility katas solved using JAVA


Languages

Language:Java 100.0%