sharefeel / codility.java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

codility.java

This project contains solutions of codility tests.

src/main/java

  • Solutions are here.
  • Each class solves one test. Name of class is matched to test name.

src/test/java

  • Testing codes are here. Implemented with the JUnit.
  • Name of class is matched to test target with suffix "Test".

About

License:Apache License 2.0


Languages

Language:Java 100.0%