Question d’entretien chez Microsoft

how to merge two linked lists without using temp node

Réponses aux questions d'entretien

Utilisateur anonyme

20 déc. 2009

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

1

Utilisateur anonyme

20 déc. 2009

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

Utilisateur anonyme

28 juil. 2012

Suck my dick to know the correct answer..!