Question d’entretien chez Oracle

How to reverse a Linked List

Réponse à la question d'entretien

Utilisateur anonyme

30 nov. 2023

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