Skip to content

gitlaura/coinchangerkata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Coin Changer Kata

Overview

If you need change, this coin changer will make sure you get the most efficient set of coins. For instance, if you need 89 cents, then this coin changer will give you 3 quarters, 1 dime and 4 pennies or "QQQDPPPP".

This was written to practice TDD with Ruby and Rspec.

To see that it passes a variety of tests, type this into the command line:

rspec coin_changer_spec.rb

About

Created by @getLaura as an exercise for 8th Light's Student Apprentice program.

About

Coin Changer Kata

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages