Abstract: Dijkstra’s shortest path algorithm is a fundamental graph search method widely used in domains such as navigation, robotics, gaming, and network routing. However, its performance can degrade ...
Imagine trying to design a key for a lock that is constantly changing its shape. That is the exact challenge we face in ...
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: Ventilation network diagrams play a vital role in mine safety, enabling simulation, airflow control, and emergency planning. Traditional manual drawing methods are time-consuming, ...
Eric Gutiérrez, 6th February 2026. A Python implementation of a 1-hidden layer neural network built entirely from first principles. This project avoids deep learning libraries (like TensorFlow or ...