graph :: TarjanAlgorithm :: ancestor=
# A map associating with each vertex its ancestor in Tarjan's algorithm var ancestor = new HashMap[V, Int]