NVIDIA interview question

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

Interview Answer

Anonymous

18 Oct 2021

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