Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roboticautomata/javaprogrammingchallenges
Using Java to solve programming challenges
https://github.com/roboticautomata/javaprogrammingchallenges
java
Last synced: about 1 month ago
JSON representation
Using Java to solve programming challenges
- Host: GitHub
- URL: https://github.com/roboticautomata/javaprogrammingchallenges
- Owner: RoboticAutomata
- Created: 2024-02-11T21:57:56.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-12T12:01:56.000Z (11 months ago)
- Last Synced: 2024-02-12T23:21:44.524Z (11 months ago)
- Topics: java
- Language: Java
- Homepage: https://linktr.ee/roboticautomata
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Java Programming Challenges
This repo demonstrates how to solve programming problems using Java.
## Primes
For now, this repo will likely only solve the finding Primes problem. Perhaps in the future we may implement more programming solutions.
## Run the tests
1. From the commandline:
```
mvn clean verify
```2. In Eclipse, make sure to use the TestNG plugin.
## Resources
- [Live Coding Demo on Youtube](https://youtu.be/L62QdIXwUyI)
- [Follow Along Blog Tutorial](https://medium.com/@RoboticAutomata/solving-primes-in-java-testng-614036ee7110)