Data Structures / C++ – Team Project
•Created a simple digital wallet system to let users manage money and make transactions
•Used data structures (arrays, maps, stacks) to organize user accounts, balances, and transaction history
•Added a GUI to make the system easy to use