Pergunta de entrevista da empresa ASML

write an algorithm to reverse a linked list.

Resposta da entrevista

Sigiloso

20 de ago. de 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.