Meta Interview Question

Reverse a linked list destructively

Interview Answers

Anonymous

Jan 8, 2015

what does it mean by 'destructively'

Anonymous

Jan 8, 2015

"Destructively" means "in place", reversing the linked list in place, without creating a new copy of the linked list.