Skip to content

ATM simulator c++ console app. Withdraw with either greedy or backtracking algorithm (choose from a custom nr of payment options). ATM bills stored in a Collection that uses a doubly linked list. Each node within the list contains a Pair object representing bill denomination & frequency. Data persistence via file read/write.

Notifications You must be signed in to change notification settings

VictorSalajan/ATMConsoleApp

Repository files navigation

ATMConsoleApp

ATM simulator c++ console app. Withdraw with either greedy or backtracking algorithm (choose from a custom nr of payment options). ATM bills stored in a Collection that uses a doubly linked list. Each node within the list contains a Pair object representing bill denomination & frequency. Data persistence via file read/write.

About

ATM simulator c++ console app. Withdraw with either greedy or backtracking algorithm (choose from a custom nr of payment options). ATM bills stored in a Collection that uses a doubly linked list. Each node within the list contains a Pair object representing bill denomination & frequency. Data persistence via file read/write.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages