From: John Maddock (john_at_[hidden])
Date: 2005-07-09 06:37:43


> but again you may need to modify this structure during backtracking,
> right?

Yes, but you wouldn't have to allocate/deallocate any memory, so it's "just"
some pointer fiddling. As I said though, it still adds another overhead.

John.