Skip to content

DhanashreePetare/BankingSystemUsingLinkedList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ“Œ Project Overview/n This project is a terminal-based Banking System implemented in C++ using fundamental data structures like Linked Lists and Hash Tables, and inspired by the concept of Blockchains for enhanced transaction security and integrity.

It simulates a secure and transparent banking application where all transactions are stored immutably using a simplified blockchain mechanism. The system supports basic banking operations like account creation, deposit, withdrawal, and transaction history with a tamper-evident ledger.

๐Ÿ› ๏ธ Features ๐Ÿ” Account creation with unique hashed IDs

๐Ÿ’ฐ Deposit and withdrawal functionality

๐Ÿ“œ Transaction history with timestamp

๐Ÿ”— Blockchain-inspired chaining of transactions

๐Ÿง  Uses Linked Lists to manage transaction records

๐Ÿงพ Hash Table-based hashing of user data for quick access and uniqueness

๐Ÿ›ก๏ธ SHA-256 style hashing for block creation

๐Ÿ“‰ Data integrity check using previous hashes

๐Ÿ’ป Technologies Used Programming Language: C++

Compiler: GCC / g++

Concepts: Data Structures (Linked Lists, Hash Tables), Blockchain, Hashing

Hashing Algorithm: Custom djb2 for hash table indexing, and SHA-inspired string hashing

โš™๏ธ Setup & Run Instructions Clone the repository: git clone https://github.com/your-username/Banking-Blockchain-System.git cd Banking-Blockchain-System Compile the .c program: g++ main.cpp -o cp2.c Run the executable: ./bank.exe

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages