adaam2 / coin-change-problem

A quick solution using the Interactor gem to the coin changing problem (largest denominations)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setting up the application

Run:

bundle install

Running the application

To run the coin denominator (e.g. the coin changing problem), run the main.rb file:

ruby main.rb

Running test suite

Run:

rspec

About

A quick solution using the Interactor gem to the coin changing problem (largest denominations)


Languages

Language:Ruby 100.0%