Question d’entretien chez Intel Corporation

1. Copy a single linked list, where each node has a pointer to the next node and another pointer to an arbitrary node from that list. 2. Describe the advantages and disadvantages of a new way to represent bits of an integer.

Réponse à la question d'entretien

Utilisateur anonyme

28 août 2015

for the second question i can say that you can save a node for each bit , and if there is over flow , simply you can add extra node to the list