An fictional currency exchange that is implementing an custom algorithm which has the task to find the minimum number of coins for a given amount N. In utopia they have four types of coins: 1, 7, 10, 22.
There are multiple unit tests bundled in one file. Please check the test/ExchangeTest.java
folder in source code.
Might deploy the application later as a microservice.