Shain Edge <> wrote:
> I'm looking on how to create an expanding hash database.
>
> How do I add to and navigate such a beast within the program itself?
>
> Something of an example:
>
> root:
> add energy
> root -> energy
>
> add inorganic
&
On Tue, April 28, 2009 11:18 pm, Shain Edge wrote:
> I'm looking on how to create an expanding hash database.
> How do I add to and navigate such a beast within the program itself?
Check out DBM::Deep:
http://search.cpan.org/~rkinyon/DBM-Deep-1.0014/lib/DBM/Deep.pod
(untested)
m
That is not a hash , it is a tree, gry to search CPAN for Tree data
structures. Hint Tree::Dag_node
Shain Edge wrote:
I'm looking on how to create an expanding hash database.
How do I add to and navigate such a beast within the program itself?
Something of an example:
root:
add energy
I'm looking on how to create an expanding hash database.
How do I add to and navigate such a beast within the program itself?
Something of an example:
root:
add energy
root -> energy
add inorganic
root --> energy
\-> inorganic
then adding a subroot to energy
add solar
r