Discuss Midterm
•Or...
–Can you determine if two linked lists are the same?
–How about copying the data from a linked list into an array...or vice versa?
–Can you determine if the data in an array is the same as the data in a linked list?
–Would your answer change if you were comparing a circular array to a circular linked list?
•