Pregunta de entrevista de ASML

write an algorithm to reverse a linked list.

Respuesta de la entrevista

Anónimo

20 ago 2019

using multiple pointers to nodes, modify and traverse the linked list to eventually reverse the list. Gad to explain how it worked as well.