An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with shortest-path-problem

A curated list of projects in awesome lists tagged with shortest-path-problem .

https://github.com/username0x0a/swiftydijkstra

Simple objective implementation of Dijkstra algorithm (shortest path search) written in Swift

dijkstra dijkstra-algorithm dijkstra-swift shortest-path-problem shortest-paths swift

Last synced: 28 Feb 2026

https://github.com/melvidoni/rsppfp

Shortest Path Problem with Forbidden Paths in R

graph-algorithms graph-theory r rpackage shortest-path-problem

Last synced: 22 Oct 2025

https://github.com/zabuzard/maglev

Maglev is a library that provides fast and generic solutions for shortest path problems (SPP)

api astar dijkstra landmarks library routing shortest-path-algorithm shortest-path-problem shortest-paths

Last synced: 14 May 2026

https://github.com/thelostlambda/dijkstra

Find the shortest path through a weighted graph

dijkstra rust shortest-path-problem

Last synced: 18 Mar 2025

https://github.com/volfpeter/bfs-shortest-path

Breadth-first search based shortest path finding algorithm that allows negative edge weights.

bfs bfs-algorithm breadth-first-search graph graph-algorithms python python3 shortest-path shortest-path-problem shortest-pathfinding-algorithm

Last synced: 30 Mar 2025

https://github.com/username0x0a/dijkstra

Simple objective implementation of Dijkstra algorithm (shortest path search) written in Objective-C

dijkstra dijkstra-algorithm objc objective-c shortest-path-problem shortest-paths

Last synced: 16 Jul 2025

https://github.com/mahmood-anaam/deterministic-dynamic-programming

This repository explores deterministic dynamic programming solutions for the Shortest Path Problem (SPP) and the Traveling Salesperson Problem (TSP). It includes graphical representations, a detailed Jupyter notebook, and practical implementations for optimizing travel routes and minimizing costs in various city-based scenarios.

dynamic-programming graph-theory jupyter-notebook numpy python shortest-path-problem traveling-salesperson-problem

Last synced: 09 May 2026