Find shortest unique prefix for every word in a given list

1 min read

https://www.geeksforgeeks.org/find-all-shortest-unique-prefixes-to-represent-each-word-in-a-given-list/

Construct a trie from scratch
Implement a phone directory