* @brief Utility function for depth first seach algorithm * this function explores the vertex which is passed into. * * @param adj adjacency list of graph. * @param u vertex or node to be explored. * @param visited already visited vertices. */
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected