An efficient and faithful Python implementation of the Bounded Multi-Source Shortest Path (BMSSP) algorithm, along with baselines using pure-Python Dijkstra and SciPy-accelerated Dijkstra. This ...
A comprehensive Python implementation of Monte Carlo simulations for option pricing, focusing on European call options and path-dependent derivatives. This project demonstrates numerical finance ...