* * @brief * Explores the given vertex, exploring a vertex means traversing * over all the vertices which are connected to the vertex that is * currently being explored and push it onto the stack. * * @param adj graph * @param start starting vertex for DFS * @return vector with nodes stored in the order of DFS traversal * */
source not stored for this graph (policy: none)