Oracle interview question

How to reverse a Linked List

Interview Answer

Anonymous

Nov 30, 2023

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