employer cover photo
employer logo
employer logo

Samsung R&D Institute India - Noida

¿Esta es tu empresa?

Pregunta de entrevista de Samsung R&D Institute India - Noida

How to reverse a linked list

Respuesta de la entrevista

Anónimo

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.