Skip to content

Instantly share code, notes, and snippets.

@ssundarraj
Created January 1, 2016 18:59
Show Gist options
  • Save ssundarraj/bc8d480e3cf0cfce831e to your computer and use it in GitHub Desktop.
Save ssundarraj/bc8d480e3cf0cfce831e to your computer and use it in GitHub Desktop.
graph = {'A': ['B', 'C'],
'B': ['C', 'D'],
'C': ['D'],
'D': ['C'],
'E': ['F'],
'F': ['C']}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment