Searched refs:TarjanAlgorithm (Results 1 – 1 of 1) sorted by relevance
67 class TarjanAlgorithm {69 explicit TarjanAlgorithm(Allocator<void> allocator) in TarjanAlgorithm() function84 void TarjanAlgorithm<T>::Execute(Graph<T>& graph, SCCList<T>& out) { in Execute()102 void TarjanAlgorithm<T>::Tarjan(Node<T>* vertex, Graph<T>& graph) { in Tarjan()132 TarjanAlgorithm<T> tarjan{graph.get_allocator()}; in Tarjan()