/

Let's build something legendary together

Bank Simulator

Bank Simulator

C++

Project

Overview

This online bank simulator was built using C++ on VS Code. It processes more than 10,000 user registrations and transactions, utilizing timestamp-based validations and optimized algorithms for real-time gross settlement, ensuring 100% transaction integrity. It was designed with fraud detection and fee calculation systems that improve query performance by 50%, leveraging priority queues, hash maps, and vector range searches to analyze transaction history and revenue across over 1,000 simulated users.

Please contact me for code/demo requests at joyren@umich.edu.

Technologies

C++

Back