Tries
A new way to store strings
Complexities: (L = Length of String)
Lookup: O(L)
Insertion: O(L)
Deletion: O(L)