I'm a CS/Math/Stats student at UIowa.
- Market Orderbook - Features FIFO order matching algorithm, market and limit order handling, and visualization, written in C++.
- HTTP Server - HTTP server supporting get requests and using a thread-pool, written in C++.
- Yolo Compiler - Compilies custom language to c, written in python.
- Options Pricing - Black scholes, monte carlo, and binomial tree options pricing models implemented in both Python & C++.
- Blackjack simlation - A monte carlo simulation of blackjack, written in python.