Implement Trie (LeetCode 208)

A prefix tree (also known as a trie) is a tree data structure used to efficiently store and retrieve keys in a set of strings. Some applications of this data structure include auto-complete and spell checker systems.

Check more interview questions and experiences about Roblox

Please log in to view interview question details