plugins

Home

Plugins

GitHub

Blog

ds-graph-bft

version: 0.0.5 |  date: 06/13/2022 |  Directed graph breadth first traversal. Raku and Python implementation |  source code

# ds-graph-bft

Directed graph breadth first traversal. Raku and Python implementation.

# Install

    s6 --install ds-graph-bft

# Usage

Raku:

    s6 --plg-run ds-graph-bft

Python:

    s6 --plg-run ds-graph-bft@language=python

# Also see 

https://www.geeksforgeeks.org/breadth-first-search-or-bfs-for-a-graph/

# Author

Alexey Melezhik