Linked List Cycle: Given head, the head of a linked list, determine if the linked list has a cycle in it.
read more
Linked List Cycle: Given head, the head of a linked list, determine if the linked list has a cycle in it.
read more
Palindrome Linked List: Given the head of a singly linked list, return true if it is a palindrome or false otherwise.
read more
Middle of the Linked List: Given the head of a singly linked list, return the middle node of the linked list.
read more
Reverse Linked List: Given the head of a singly linked list, reverse the list, and return the reversed list.
read more
Find Median from Data Stream: The median is the middle value in an ordered integer list.
read more
K Closest Points to Origin: Given an array of points where points[i] = [x_i, y_i] represents a point on the X-Y plane and an integer k, return the k closest points to the origin (0, 0).
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.