A high-performance implementation of Dijkstra's shortest path algorithm comparing sequential and parallel approaches using Intel TBB (Threading Building Blocks). Dijkstra/ ├── main.cpp # Main program ...
A research-grade performance study of classic shortest-path algorithms (SSSP & APSP) using Serial, OpenMP (CPU), and CUDA (GPU). This repo includes well-optimized C++ kernels, reproducible Jupyter ...
OpenMP is the unsung backbone of parallel computing, powerful, portable, and surprisingly simple. Used everywhere from aerospace to AI, it lets developers tap into multicore and GPU performance with ...