Recent Posts

Algorithms

less than 1 minute read

As I am learning about algorithms using a couple resources, I am saving the things I have found interesting or useful in this repository.

Binomial options pricing in C++

less than 1 minute read

My binomial option pricing repository allows to price various options using Binomial trees, the Black-Scholes formula, or a combination thereof. For example,...

My Implementation of the 2048 Game

less than 1 minute read

When I enrolled in University of Pennsylvania’s CIS110, I chose to think of an implementation of the 2048 game for my final project.