mohilpatel25 / coin-change-using-genetic-algorithm

Coin change problem using Genetic algorithm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

coin-change-using-genetic-algorithm

This code implements a Genetic Algorithm to solve coin change problem.

Given a value N, we want to make change for N cents, and we have infinite supply of each of D = { D1, D2, .. , Dm} valued coins. We need to find a way to do so.

About

Coin change problem using Genetic algorithm.


Languages

Language:Python 100.0%