I'm currently at Stanford University studying Computer Science. I've previously interned at Citadel Securities, Nuro, Meta, Wells Fargo, and Element Biosciences.
In my free time, I'm probably playing basketball or volleyball, making pottery, or jumping into bodies of water.
Flight trajectory simulator using GEFS wind data for Stanford Student Space Initiative's (SSI) Balloons Team. HABSIM supports Zero Pressure Balloons and can predict flights over two weeks into the future.
The "World's Worst Chess Engine", Stalemate will take any given set of pieces and find a board positioning that stalemates the opposing king, thereby throwing away any and all material advantage. Stalemate was designed by pruning a recursive backtracking algorithm to create a greedy algorithm, and is also equipped with graphics.