graph :: TarjanAlgorithm :: stack
# A stack used for Tarjan's algorithm var stack: Queue[V] = (new Array[V]).as_lifo