https://github.com/shortthirdman/quickstart-coding-challenges
Quickstart Coding Challenges
https://github.com/shortthirdman/quickstart-coding-challenges
codesignal codesignal-java codility codility-java coding-challenge hackerrank hackerrank-java java leetcode leetcode-java
Last synced: about 2 months ago
JSON representation
Quickstart Coding Challenges
- Host: GitHub
- URL: https://github.com/shortthirdman/quickstart-coding-challenges
- Owner: shortthirdman
- License: apache-2.0
- Created: 2024-09-02T17:12:20.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-13T18:02:02.000Z (3 months ago)
- Last Synced: 2025-02-13T18:23:33.252Z (3 months ago)
- Topics: codesignal, codesignal-java, codility, codility-java, coding-challenge, hackerrank, hackerrank-java, java, leetcode, leetcode-java
- Language: Java
- Homepage:
- Size: 151 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quickstart Coding Challenges
[](https://github.com/shortthirdman/QuickStart-Coding-Challenges/actions/workflows/maven.yml)
   
All Java solutions for various challenges presented during interviews for software development positions.
- [CodeSignal](https://app.codesignal.com)
- [LeetCode](https://leetcode.com)
- [HackerRank](https://hackerrank.com)
- [Codility](https://app.codility.com)## Requirements
- [Apache Maven 3.9.x](https://maven.apache.org/)
- [OpenJDK/Oracle Java 21](https://www.oracle.com/java/technologies/downloads/)
- [JetBrains IntelliJ IDEA (Community/Ultimate)](https://www.jetbrains.com/idea/)## Run, Test and Code Coverage
```shell
mvn jacoco:prepare-agent clean test surefire-report:report jacoco:report
```## Release and Tag
```shell
mvn jacoco:prepare-agent clean test surefire-report:report jacoco:report -Prelease
```## Contributing
[](http://makeapullrequest.com)
[](https://www.firsttimersonly.com/)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](https://kcd.im/pull-request)
## References
- [Running GitHub Actions Locally: A Complete Guide for Windows, Mac, and Linux Users](https://medium.com/debasishkumardas5/running-github-actions-locally-a-complete-guide-for-windows-mac-and-linux-users-34c45999c7cd)
- [How to test GitHub Actions locally?](https://www.browserstack.com/guide/test-github-actions-locally)
- [Getting "Skipping JaCoCo execution due to missing execution data file" upon executing JaCoCo](https://stackoverflow.com/questions/18107375/getting-skipping-jacoco-execution-due-to-missing-execution-data-file-upon-exec)
## License
[Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)