Sergio Valdés Valdés

Results 2 issues of Sergio Valdés Valdés

Added DFS (Depth-First-Search) algorithm.

# Import your nodes and edges from an external JSON document. ## The JSON object must be like this: `` { "Sophie ": ["Albert", "Mike"], "Mike":["Sophie", "Albert"] } `` When...