|
Posted by Mikhail Kovalev on 12/05/07 14:03
On 5 Des, 14:52, Marijn <marijn.huizendv...@gmail.com> wrote:
> > My question is, will I be able to access and store values by
> > addresses?
> > Such as here:
> > $database[33][NEXT][1221][NEXT][12][COUNT] += 1; for example
>
> > Each element contains a COUNT value and an array of childs (NEXT),
> > which can be non-empty, empty or non-existent (when i check if it
> > exists)
>
> Maybe you should tell us what it is exactly that you are storing,
> cause it seems to me that you are over complicating things. What is it
> you are counting and why do you currently group it in multi-level
> arrays?
>
> Marijn
I'm storing some statistics on Markov chains of characters in words
[Back to original message]
|