Leetcode Question 82 and 83 is all about working with duplicates. In this case we want to kill a bird with one stone. How we would achieve that is by first seeing how we solved the question 82 Remove Duplicates from Sorted List II Given the head of a sorted linked list, delete all nodes that have duplicate numbers, leaving only distinct numbers from the original list. Return the linked list sort..