/codility.java

Primary LanguageJavaApache License 2.0Apache-2.0

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".