Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 624 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 624 Bytes

Vending Machine Coin Change Program

Introduction

The Vending Machine coin change program is a well known problem which simulates the real change maker in the day-to-day vending machine. Basically the problem that we’re trying to solve is – you need to write a program to calculate the minimum number of coins required to return an amount of change to the user.

How to Use

Create a working folder on your computer mkdir VendingMachine and then then clone it. Open any desired text editor and view it, feel free to make any changes.

Subsequently, you can make a pull request.

Technologies

Python 🐍