Skip to content

embuc/projecteuler

Repository files navigation

Project Euler Solutions

Descriptions can be found at Project Euler.

Description

Project Euler Solutions is a code repository that provides solutions to a variety of problems from Project Euler. Solutions are implemented in both Java and Kotlin. Test cases validate the correctness of each solution.

Project Structure

  • src/main/java: Java implementations.
  • src/main/kotlin: Kotlin implementations.
  • src/test/kotlin: Kotlin & Java solution test cases (JUnit5).
  • src/test/resources: Test resources (e.g. input files).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published