Pergunta de entrevista da empresa Oracle

How to reverse a Linked List

Resposta da entrevista

Sigiloso

30 de nov. de 2023

I told them my approach using 3 pointers i.e. curr , next, prev and then I wrote my code on paper