DhvaniAgola / Optimal-Cheque-Writing-Problem

Solution to Optimal Cheque Writing Problem using Dynamic Programming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optimal-Cheque-Writing-Problem

Solution to Optimal Cheque Writing Problem using Dynamic Programming

Problem Definition

Attached to the repository 'Problem Definition.pdf'

Compile and run the program

To Compile run the command in terminal

g++ -o main main.cpp

To Run

There are three arguments : 1.Input file name 2.Output file name 2.Cost file

./main <<inputFileName>> <<OutputFileName>> <<CostFileName>>

About

Solution to Optimal Cheque Writing Problem using Dynamic Programming


Languages

Language:C++ 100.0%