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

https://github.com/janagokulg/bankmanagement-system

This C++ Bank Management System uses data structures like Hash Table for transactions, Bloom Filter for fraud detection, BST for account management, Graph for relationships, and Loan class for EMI calculations. It supports deposits, withdrawals, alerts, and interactive options in a menu-driven console.
https://github.com/janagokulg/bankmanagement-system

bank banking-system cpp datastructuresandalgorithm

Last synced: 4 months ago
JSON representation

This C++ Bank Management System uses data structures like Hash Table for transactions, Bloom Filter for fraud detection, BST for account management, Graph for relationships, and Loan class for EMI calculations. It supports deposits, withdrawals, alerts, and interactive options in a menu-driven console.

Awesome Lists containing this project

README

          

# BANKMANAGEMENT-SYSTEM
This C++ Bank Management System uses data structures like Hash Table for transactions, Bloom Filter for fraud detection, BST for account management, Graph for relationships, and Loan class for EMI calculations. It supports deposits, withdrawals, alerts, and interactive options in a menu-driven console.