Searched defs:TarjanAlgorithm (Results 1 – 2 of 2) sorted by relevance
35 TarjanAlgorithm() : index_(0), required_vertex_(0) {} in TarjanAlgorithm() function
69 explicit TarjanAlgorithm(Allocator<void> allocator) in TarjanAlgorithm() function