Pregunta de entrevista de Bloomberg

Given a singly linked list, write a function to pop a node in less than O(n) without using extra memory given this interface: void pop(Node * node);

Respuesta de la entrevista

Anónimo

17 mar 2018

I still doubt the validity of this question...