A header-only C++ implementation of the single-source shortest path (SSSP) algorithm for sparse directed graphs with non-negative weights, based on the 2025 paper by Duan et al. This algorithm is ...
Abstract: 3D reconstructing surgical scenes for medical robotics is a desired capability to allow new visualization methods through mixed reality and enable a higher level of autonomy. A popular ...
Abstract: Protein sequence examination stands crucial in bioinformatics research because it discovers motifs and predicts functions and enables evolutionary analysis. Default stringmatching algorithms ...
The motivation behind this project was to understand how orders are executed on exchanges, under real-time, deterministic matching rules. This project builds on my earlier work on Limit Order Book ...