##Concurrency Exercises
There are two Java programming exercises in this repository. The first exercise is to solve a race conditions. The second exercise is to solve a deadlock condition.
To start an exercise, clone this repository and read the README.md file in the source code directory:
concurrency-exercises/race-condition-exercise/src/main/java/com/connexta/README.md
concurrency-exercises/deadlock-exercise/src/main/java/com/connexta/README.md