LRU Cache: Design a data structure that follows the constraints of a Least Recently Used (LRU) cache .
read moreLRU Cache: Design a data structure that follows the constraints of a Least Recently Used (LRU) cache .
read moreRotate List: Given the head of a linked list, rotate the list to the right by k places.
read moreRemove Nth Node From End of List: Given the head of a linked list, remove the nth node from the end of the list and return its head.
read moreRemove Duplicates from Sorted List: Given the head of a sorted linked list, delete all duplicates such that each element appears only once.
read moreRemove Linked List Elements: Given the head of a linked list and an integer val, remove all the nodes of the linked list that has Node.
read moreLinked List Cycle: Given head, the head of a linked list, determine if the linked list has a cycle in it.
read moreDon’t settle for anything less than the crown. Join our newsletter and become the King of Interviews! Click here to join now and get the latest updates.