https://github.com/souravsuvarna/cash-flow-minimizer-web-application
This is Data Structure & Algorithm Based Model Project. Which Minimizes the Cash Flow Between Set of friends using Greedy Algorithm technique . Here we integrated model with by considering 3 persons involving in the transaction.
https://github.com/souravsuvarna/cash-flow-minimizer-web-application
algorithms-and-data-structures data-structures python3
Last synced: about 1 month ago
JSON representation
This is Data Structure & Algorithm Based Model Project. Which Minimizes the Cash Flow Between Set of friends using Greedy Algorithm technique . Here we integrated model with by considering 3 persons involving in the transaction.
- Host: GitHub
- URL: https://github.com/souravsuvarna/cash-flow-minimizer-web-application
- Owner: souravsuvarna
- Created: 2023-01-25T13:11:21.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-26T06:12:11.000Z (almost 3 years ago)
- Last Synced: 2025-02-23T16:53:15.695Z (9 months ago)
- Topics: algorithms-and-data-structures, data-structures, python3
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cash-Flow-Minimizer-Web-Application
This is Data Structure & Algorithm Based Model Project. Which Minimizes the Cash Flow Between Set of friends using Greedy Algorithm technique . Here we integrated model with by considering 3 persons involving in the transaction.
This Project is Built with python-cgi, which runs on xampp Apache server. To run python script on xampp server you have to customize xampp by following the steps in given Link.
https://blog.terresquall.com/2021/10/running-python-in-xampp/
## Interface:-

Here user has to input amount of transaction happend between Person(X) to Person(Y) in matrix form. Here X:- Row wise ; Y:-Column Wise.
## Here is an example:-

Here "NA" Denotes Not Applicable which is read-only-field . For eg:- Transaction between person1 to person1 not applicable or invalid.
## Result:-

## Future Enchancement:-
Here we built a static model. You can modify it by dynamically seeking no. of persons involved in the transaction and according input fields.
# Thank you.
## If you found this useful , Please give a star..!