문제 Remove Duplicates from Sorted List Given the head of a sorted linked list, delete all duplicates such that each element appears only once. Retur
Linked ListGiven the head of a sorted linked list, delete all nodes that have duplicate numbers, leaving only distinct numbers from the original list.