An open API service indexing awesome lists of open source software.

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.

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:-

![DSA PROJECT (1)](https://user-images.githubusercontent.com/96716586/221394687-70bbb3cd-7436-45ee-ae84-8eb54e1282db.png)

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:-
![DSA PROJECT](https://user-images.githubusercontent.com/96716586/221394824-0df4a202-b0af-484f-99cb-259c2d67ba0d.png)

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

## Result:-

![Result](https://user-images.githubusercontent.com/96716586/221394993-2a52e9cd-1a71-44f2-8f1d-592b46089854.png)

## 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..!