Question d’entretien chez OYO

clone a linked list with random pointer without modifying it?

Réponse à la question d'entretien

Utilisateur anonyme

19 juin 2017

use hash map and store address of newly formed linked list on key value of corresponding old linked list node address.

1