RE: expanding hash database

2009-04-29 Thread Brian Raven
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

Re: expanding hash database

2009-04-28 Thread Angelos Karageorgiou
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 -