Pregunta de entrevista de Intel Corporation

how to reverse a link list without recursion?

Respuesta de la entrevista

Anónimo

8 oct 2021

Push all elements in the stack and pop all elements out. I think this should work