You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Liu Zhidong edited this page Apr 27, 2016
·
2 revisions
Trie ( prefix Tree ) is a structure which can be searched by prefixes, is an ordered tree data structure that is used to store a dynamic set or associative array where the keys are usually strings.
Trie is always implemented for the search hints, when you input some texts, the Trie would give you all the possible results starts with the input.