AlgoHeist icon indicating copy to clipboard operation
AlgoHeist copied to clipboard

Want to add the problem 'Remove duplicate element from sorted Linked List '

Open dudenayak opened this issue 3 years ago • 1 comments

Given a singly linked list consisting of N nodes. The task is to remove duplicates (nodes with duplicate values) from the given list (if exists).

I plan on solving this problem in Java. Please assign me this task.

dudenayak avatar Oct 03 '21 17:10 dudenayak

@dudenayak Please comment the algorithm for this one

GauravWalia19 avatar Oct 06 '21 18:10 GauravWalia19