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 hints

Topics

Also asked at 23 companies


More Arista Networks Questions

View all Arista Networks questions