Microsoft interview question

how to merge two linked lists without using temp node

Interview Answers

Anonymous

20 Dec 2009

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

1

Anonymous

20 Dec 2009

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

Anonymous

28 July 2012

Suck my dick to know the correct answer..!