Domanda di colloquio di ASML

write an algorithm to reverse a linked list.

Risposta di colloquio

Anonimo

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.