Quickstart Coding Challenges
All Java solutions for various challenges presented during interviews for software development positions.
- Apache Maven 3.9.x
- Java 21
- JetBrains IntelliJ IDEA (Community/Ultimate)
mvn clean install test
mvn jacoco:prepare-agent clean test jacoco:report
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
Working on your first Pull Request? You can learn how from this free series How to Contribute to an Open Source Project on GitHub