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
> root --> energy
> \-> inorganic
>
> then adding
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
root -