/algorithm-playground

My own algorithm's place

Primary LanguageJava

algorithm-playground

CircleCI codecov

My own algorithm's place

List of implemented algorithms:

  • TODO

List of available utils

  • FileGenerator
  • Integers
  • Logarithms
  • Maths
  • Multiples

FAQ

  • During the Gradle build there could be some exceptions be thrown like Illegal reflective access by org.codehaus.groovy.reflection.CachedClass. It's related to the following Groovy bug, which is directly connected to Java 9+ reflection restrictions. For now, we should live with it..