Skip to content

Instantly share code, notes, and snippets.

@robe5
Created April 17, 2009 08:53
Show Gist options
  • Save robe5/96932 to your computer and use it in GitHub Desktop.
Save robe5/96932 to your computer and use it in GitHub Desktop.
grafo = {"A" => ["B", "C"], "B" => ["C"], "C"=> [], "D" => ["B"], "E" => ["C"] }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment