Sollicitatievraag bij ASML

write an algorithm to reverse a linked list.

Antwoord op sollicitatievraag

Anoniem

20 aug 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.