Question d’entretien chez Meta

Reverse a linked list destructively

Réponses aux questions d'entretien

Utilisateur anonyme

8 janv. 2015

what does it mean by 'destructively'

Utilisateur anonyme

8 janv. 2015

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