Pergunta de entrevista da empresa Meta

Reverse a linked list destructively

Respostas da entrevista

Sigiloso

8 de jan. de 2015

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

Sigiloso

8 de jan. de 2015

what does it mean by 'destructively'