@1528 (next) @1536 (prev)
(DUMMY) 1264 1424
For your assignment, assume I do the following sequence. Please draw the memory at every point you see the
Note that the data structure does not reset at
farmingdale:: linkedList <int> yourList;
yourList.prepend(20)
yourList.append(34)
yourList.append(2)
yourList.prepend(85)
yourList.removeAt(0)
yourList.prepend(32)
yourList.prepend(68)
yourList.removeAt(0)