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 ...
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 ...
Abstract: Algorithmic parallelism arises naturally for population-based evolutionary algorithms. In this paper, a subpopulation-based parallel Cuckoo Search (CS) algorithm on OpenMP (Open ...