Microsoft Interview Question

how to merge two linked lists without using temp node

Interview Answers

Anonymous

Dec 20, 2009

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

1

Anonymous

Dec 20, 2009

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

Anonymous

Jul 28, 2012

Suck my dick to know the correct answer..!