Posted by hussein on July 14, 1999 at 21:21:41:
In Reply to: list class posted by Kristin Wheeler on July 14, 1999 at 20:53:00:
: If we can't use the curr, head, and tail pointers, how are we supposed to use the methods already defined in the list class to implement our reverse method? Just about every method I want to use requires the use of a curr pointer!
you can use the head pointer. try to think of it recursively ...
ttfn
hussein