plugins

Home

Plugins

GitHub

Blog

ds-graph-dft

version: 0.0.1 |  date: 06/10/2022 |  Directed graph depth first traversal. Raku implementation |  source code

# ds-graph-dft

Directed graph depth first traversal. Raku implementation.

# Install

    s6 --install ds-graph-dft

# Usage

Raku:

    s6 --plg-run ds-graph-dft

# Also see 

https://www.geeksforgeeks.org/depth-first-search-or-dfs-for-a-graph

# Author

Alexey Melezhik