Skip to content

Instantly share code, notes, and snippets.

@tareq-si-salem
Created August 6, 2016 16:02
Show Gist options
  • Save tareq-si-salem/b87145f08c9901e31d9069dd896d2f05 to your computer and use it in GitHub Desktop.
Save tareq-si-salem/b87145f08c9901e31d9069dd896d2f05 to your computer and use it in GitHub Desktop.
Show depth first search results
public class Main {
public static void main(String[] args) {
DiGraph diGraph = new DiGraph();
System.out.println(diGraph);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment