class

Crystalline::Graph::DFSIterator(T, Edge)

Inherits Crystalline::Graph::GraphIterator / Crystalline::Graph::GraphVisitor / Crystalline::Graph::AbstractIterator / Enumerable / Reference / Object

Constructors

new(graph : Graph(T, Edge), start : T | Nil = @graph.find do |x| true end)
Source

Instance methods

next_vertex
Source