Prefix Tree (Trie)

‣
Data Structure: What is a prefix tree (trie)? What are the operations it supports and give their runtimes. Implement it