SAP Interview Question

implement a dictionary by using a tree that each node contains a char. implement adding word, deleting word, print all word in dictionary and print all words with given prefix.