Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 572 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 572 Bytes

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