Name: Anonymous 2009-04-28 17:32
For the purposes of making a destructor for a particular program, our professor said that we should "turn the circular linked list into a linear linked list". What exactly does that entail? Would just setting rear to Null and a head pointer to rear->next be enough?