employer cover photo
employer logo
employer logo

Samsung R&D Institute India - Noida

Is this your company?

Samsung R&D Institute India - Noida interview question

How to reverse a linked list

Interview Answer

Anonymous

1 Feb 2018

I solved the problem using 2 pointers one to keep track of the previous node and one for current and simultaneously updating the node pointers. I wrote the function in C returning the head pointer.