Apple interview question

Write code to reverse a linked list.

Interview Answer

Anonymous

1 Nov 2011

There is detailed analysis solution in the following blog: http://codercareer.blogspot.com/2011/10/no-18-reverse-linked-list.html

2