Question d’entretien chez Cellulant

Can you reverse a linked list?

Réponse à la question d'entretien

Utilisateur anonyme

20 sept. 2024

Traverse the list, adjusting pointers so that each node points to the previous one. Continue until all pointers are reversed.