Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

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