Skip to main content

Module dfs

Module dfs 

Source
Expand description

A module of DFS algorithm.

Enums§

DfsResult
An enumeration of DFS result.

Functions§

dfs
This function is an implementation of DFS algorithm with a cycle detection.