AlgoHeist
AlgoHeist copied to clipboard
Want to add the problem 'Remove duplicate element from sorted Linked List '
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 Please comment the algorithm for this one