droot / coin_change

Solution to coin change problem in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A quick implementation of coin change problem.

Problem Statement: Given a unlimited coins of a few kinds e.g. 1 cent, 10 cent etc. find a minimum number of coins needed to render a change for an amount n cents

About

Solution to coin change problem in python


Languages

Language:Python 100.0%