[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

saving binary tree to file



Hello,
  I need to save a binary tree (of lists) in a file. I think saving them
in pre-order sequence should enable one to recreate it from the disk
again. But what i want to know is, is it possible to use the db package to
do the same or is there any other lazy way of doing it.
 
  I read up the man pages of db but couldnt answer the question myself

sreangsu