NetApp Interview Question

Write code to reverse a linked list

Interview Answer

Anonymous

May 21, 2014

Collections.reverse(list);

1