NVIDIA Interview Question

reversing a linked list and initializing an array with O(1)

Interview Answer

Anonymous

Oct 18, 2021

By using three pointer method.....previous_ptr,current_ptr,next_ptr