Amazon interview question

Reverse a linked list.

Interview Answers

Anonymous

Jan 12, 2010

is that an African double linked or European single linked list?

Anonymous

Mar 21, 2010

you can reverse the data field in the linked list if you are asked not to use extra pointers...