Related articles |
---|
determining which bin contains which string partha@berkeley.innomedia.com (Partha Saha) (2002-08-04) |
Re: determining which bin contains which string vbdis@aol.com (VBDis) (2002-08-10) |
Re: determining which bin contains which string ralph@inputplus.co.uk (Ralph Corderoy) (2002-08-14) |
Re: determining which bin contains which string jakacki@hotmail.com (Grzegorz Jakacki) (2002-08-23) |
From: | "Grzegorz Jakacki" <jakacki@hotmail.com> |
Newsgroups: | comp.compilers |
Date: | 23 Aug 2002 11:01:35 -0400 |
Organization: | http://groups.google.com/ |
References: | 02-08-014 |
Keywords: | theory |
Posted-Date: | 23 Aug 2002 11:01:35 EDT |
"Partha Saha" <partha@berkeley.innomedia.com> wrote
[...]
> I have strings of length 12, the alphabets are 0-9,a,b,c,d,e,f (i.e.,
> they are "hexadecimal" strings).
[...]
> Instead of keeping a table of N rows where each row has a mapping of
> string to bin number, I am wondering if I could design a finite state
> machine
You may want to have a look at data structures for storing sets of strings.
Try googling "Patricia Trie". :-)
Regards
Grzegorz
Return to the
comp.compilers page.
Search the
comp.compilers archives again.