yesiamrajeev / Hacktoberfest2024

Do contribute to this repository and gain experience. Happy-Hacking.
27 stars 116 forks source link

Add : Remove Duplicates from Sorted List #200

Closed Amer-Mukhtar closed 3 weeks ago

Amer-Mukhtar commented 3 weeks ago

Problem Statement: Given the head of a sorted linked list, delete all duplicates such that each element appears only once. Return the linked list sorted as well.

Example: Input: head = [1,1,2] Output: [1,2]

Hello @yesiamrajeev ! I’d love to contribute to this repository as part of Hacktoberfest 2024. Could you assign me to this issue and tag it with the Hacktoberfest label? Thanks in advance!

yesiamrajeev commented 3 weeks ago

Contribute quickly time is running out.