Skip to content

Instantly share code, notes, and snippets.

@chikoski
Created December 4, 2013 01:52
Show Gist options
  • Select an option

  • Save chikoski/7781002 to your computer and use it in GitHub Desktop.

Select an option

Save chikoski/7781002 to your computer and use it in GitHub Desktop.
digraph{
graph[rankdir=LR];
A -> B -> D;
C -> D;
D -> E -> G;
D -> F -> G;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment