Skip to content

Instantly share code, notes, and snippets.

@dreiss
Created April 3, 2009 20:55
Show Gist options
  • Save dreiss/89960 to your computer and use it in GitHub Desktop.
Save dreiss/89960 to your computer and use it in GitHub Desktop.
A
/ \
/ \
B C
/ / \
D E F
/
G
A
BC
DEF
G
["car", "rats", "arc", "star", "arc", "tsar", "less", "sell"]
[
["car", "arc"],
["rats", "star", "tsar"],
["less"],
["sell"],
]
+---+ +---+ +---+
->| 1 | /->| 2 | /->| 3 |
|---| / |---| / |---|
| |-/ | |-/ |///|
+---+ +---+ +---+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment