Pregunta de entrevista de Microsoft

how to merge two linked lists without using temp node

Respuestas de entrevistas

Anónimo

20 dic 2009

you can modify the lists to form circular lists. that both are merged to each other without temp.

1

Anónimo

20 dic 2009

In case link lists are sorted, then per-form merge sort tech. otherwise above seems fine

Anónimo

28 jul 2012

Suck my dick to know the correct answer..!