Skip to content

From scratch backtracking solution to the Men and Money Problem using C++

License

Notifications You must be signed in to change notification settings

mahmoudai1/backtracking-men-money

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Backtracking Men and Money

From scratch backtracking solution to the Men and Money Problem using C++

The problem is to drive all the men to the other side with their money.

Constraints:

● Every man has his own amount of money and can't stay with an amount more than his own.

Releases

No releases published

Packages

No packages published

Languages