DIY: Implement Trie
Problem statement
In this challenge, you have to implement the Trie data structure. This is a tree-like data structure used to store strings. The tries are also called prefix trees because they provide very efficient prefix matching operation. Your implementation of the trie should ...
Create a free account to view this lesson.
By signing up, you agree to Educative's Terms of Service and Privacy Policy