Created
January 1, 2016 18:59
-
-
Save ssundarraj/bc8d480e3cf0cfce831e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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