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.
- Host: GitHub
- URL: https://github.com/janagokulg/bankmanagement-system
- Owner: JanaGokulG
- Created: 2025-07-11T15:10:16.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-07-11T15:13:04.000Z (4 months ago)
- Last Synced: 2025-07-11T17:31:40.107Z (4 months ago)
- Topics: bank, banking-system, cpp, datastructuresandalgorithm
- Language: C++
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.