bfs property

bool bfs
final

If true will perform a BFS (Breadth-First Search), if false an DFS (Depth-First Search). Default: false (DFS).

Implementation

final bool bfs;