Dhanaraj SMerge K sorted listYou are given an array of k linked-lists lists, each linked-list is sorted in ascending order.Oct 3, 2021Oct 3, 2021
Dhanaraj SAdd Two Numbers iiYou are given two non-empty linked lists representing two non-negative integers. The most significant digit comes first and each of their…Sep 28, 2021Sep 28, 2021
Dhanaraj SAdd Two NumbersYou are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order, and each of their…Sep 26, 2021Sep 26, 2021
Dhanaraj SRemove Nth Node From End of ListGiven the head of a linked list, remove the nth node from the end of the list and return its head.Sep 24, 2021Sep 24, 2021
Dhanaraj SRemove Nth Node From End of ListGiven the head of a linked list, remove the nth node from the end of the list and return its head.Sep 24, 2021Sep 24, 2021
Dhanaraj SRemove duplicate copies of a number from unsorted linked listRemove the duplicate copies of number from the unsorted linked list, means only keep the a number 1 time , in the linked listSep 23, 2021Sep 23, 2021
Dhanaraj SFloyd’s Cycle Detection algorithmGiven a linked list , our aim is to detect whether or not it contain a cycle. If it contain a cycle then we are required to find the start…Sep 22, 2021Sep 22, 2021
Dhanaraj S141. Linked List Cycle IGiven head, the head of a linked list, determine if the linked list has a cycle in it.Sep 20, 2021Sep 20, 2021
Dhanaraj SPartition ListGiven the head of a linked list and a value x, partition it such that all nodes less than x come before nodes greater than or equal to x.Sep 14, 2021Sep 14, 2021