Created
September 18, 2015 08:20
-
-
Save a-h/6d265249d822eea8bdc2 to your computer and use it in GitHub Desktop.
GraphViz Example - Unformatted
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
digraph G { | |
"Find Driving Instructor" -> "Book Lessons" -> "Learn To Drive" -> "Book Practical Test" -> "Pass Practical Test"; | |
"Study for Theory Test" -> "Book Theory Test" -> "Pass Theory Test" -> "Book Practical Test"; | |
"Pass Practical Test" -> "Buy Car" -> "Buy Insurance" -> "Pay Tax" -> "Drive Somewhere Nice"; | |
"Decide Which Car To Buy" -> "Buy Car" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment