Pregunta de entrevista de Meta

Reverse a linked list destructively

Respuestas de entrevistas

Anónimo

8 ene 2015

what does it mean by 'destructively'

Anónimo

8 ene 2015

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