View Single Post
joaquimandrade
Veteran Member
Join Date: Dec 2008
Location: Portugal
Old 03-24-2009 , 16:27   Re: The advantages of a trie over an array for strings storage
Reply With Quote #8

Stupok,

In a trie you associate a value to a string. So first we associated the boolean true to the steamIDs in the list. The we just do
Code:
TrieGetCell(steamIDs,steamID,value)
__________________

Last edited by joaquimandrade; 03-25-2009 at 04:40.
joaquimandrade is offline