Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)