after the c depthfirstsearch() function visits currentvertex, each vertex adjacent to currentvertex is in the same while loop iteration.
o Visited
o pushed onto vertexStack
o added to visitedSet
o removed from visited

Respuesta :

ACCESS MORE