Skip to content

MennaaWaleed/Online-wallet-System

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online Wallet System Data Structure

Introduction

This project implements an online wallet system using efficient data structures to manage user accounts, transactions, and balances. The system supports functionalities such as creating accounts, performing transactions, and querying balance information.

Features

  • Account Management: Create and manage user accounts.
  • Transaction Handling: Perform deposits, transfers between accounts.
  • Balance Queries: Retrieve the current balance of any user account.
  • Transaction History: Maintain and query a history of transactions for each account.

Online Wallet System

Online Wallet System

Technologies Used

  • Programming Language: C++
  • Data Structures: Map,Stack,LinkedList

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 65.7%
  • C 25.4%
  • Makefile 8.4%
  • Other 0.5%