Skip to content

Instantly share code, notes, and snippets.

@GAierken
Created July 19, 2020 04:24
Show Gist options
  • Save GAierken/59c658567f346c4171945307cfdc6ab6 to your computer and use it in GitHub Desktop.
Save GAierken/59c658567f346c4171945307cfdc6ab6 to your computer and use it in GitHub Desktop.
// visiting/updating/checking each vertex in a graph
DFS(vertex){
if(!vertex) return
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment