plugins

Home

Plugins

GitHub

Blog

ds-graph-shortest-path-in-unw-graph

version: 0.0.1 |  date: 06/13/2022 |  Shortest path in an unweighted graph using BFS. Raku implimentation |  source code

# ds-graph-shortest-path-in-unw-graph

Shortest path in an unweighted graph using BFS. Raku and Python implimentation

# Install

    s6 --install ds-graph-shortest-path-in-unw-graph

# Usage

Raku:

    s6 --plg-run ds-graph-shortest-path-in-unw-graph

# Also see 

https://www.geeksforgeeks.org/shortest-path-unweighted-graph/

# Author

Alexey Melezhik