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

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

Breadth-first search based shortest path finding algorithm that allows negative edge weights.
https://github.com/volfpeter/bfs-shortest-path

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

Last synced: 9 months ago
JSON representation

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

Awesome Lists containing this project

README

          

BFS Shortest Path
======================

Breadth-first search based shortest path finding algorithm that works even if the graph has edges with negative weights.

Dependencies
-----------------

The algorithm uses igraph_ graph objects. See the installation_ instructions on the igraph_ project's website.

License - MIT
-------------------------

The library is open-sourced under the conditions of the MIT license_.

.. _igraph: http://igraph.org
.. _installation: http://igraph.org/python/doc/tutorial/install.html#installing-igraph
.. _license: https://choosealicense.com/licenses/mit/