data structure to implement a dictionary

What is the best data structure to implement a dictionary ??

1 Like

Read here.

Use:

  1. Hash Table or

  2. TRIE data structure