Implement Trie (Prefix Tree) at Arista Networks
Medium69.2% acceptance
This problem has 62.5% frequency at Arista Networks.
Problem Description
A [**trie**](<https://en.wikipedia.org/wiki/Trie>) (pronounced as "try") or **prefix tree** is a tree data structure used to efficiently store and retrieve keys in a dataset of strings. There are various applications of this data structure, such as autocomplete and spellchecker. Implement the Trie...
Read full problem and hintsTopics
Also asked at 23 companies
More Arista Networks Questions
Find the Town JudgeEasyConstruct String With Repeat LimitMediumRestore IP AddressesMediumContains Duplicate IIEasyMissing NumberEasy
View all Arista Networks questions