Please watch the other videos to understand some context about this video.
Links to all videos in this series are below:
Video 1 - How to create a LinkedList : • How to create a LinkedList
Video 2- How to add a node to the end of a LinkedList : • How to add a node to the end of a LinkedList
video 3 - How to Insert a Node at a Specific Position in a Linked List: • How to Insert a Node at a Specific Positio...
video 4 - How to delete a Node from the top of a LinkedList: • How to delete a Node from the top of a Lin...
video5 - How to delete a Node from the end of a LinkedList - • How to delete a Node from the end of a Lin...
video6 - How to delete a NODE from a specific position in a LinkedList : • How to delete a NODE from a specific posit...
video7(current) - how to remove duplicates from linked list
video8 - merge two sorted linked list - • HOW TO MERGE TWO SORTED LINKED LIST JAVASC...