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

https://github.com/faizanzaheergit/linkedlistbankaccounts

This is an implementation of a Simple Bank Account System using Linked List and Txt File
https://github.com/faizanzaheergit/linkedlistbankaccounts

account-management bank-account banking-system cpp data-structures datastructures filesystem linked-list linkedlists

Last synced: 4 months ago
JSON representation

This is an implementation of a Simple Bank Account System using Linked List and Txt File

Awesome Lists containing this project

README

          

# LinkedListBankAccounts

This is a simple implementation of a bank system,

In which we store account details like (Name PIN ACC# Amount),
Inside a Txt file, and we read the details into a Linked List Data Structure,

And we can perform operation through the data inside linked list, like:
Reading details of a particular account or all accounts, withdrawing or depositing amount etc.