Skip to content

Solution to Optimal Cheque Writing Problem using Dynamic Programming

Notifications You must be signed in to change notification settings

DhvaniAgola/Optimal-Cheque-Writing-Problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages