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 moreK 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 moreGenerate Parentheses: Given n pairs of parentheses, write a function to generate all combinations of well-formed parentheses.
read morePalindrome Partitioning: Given a string s, partition s such that every substring of the partition is a palindrome.
read moreWord Search: Given an m x n grid of characters board and a string word, return true if word exists in the grid.
read moreCombination Sum III: Find all valid combinations of k numbers that sum up to n such that the following conditions are true:
read moreCombination Sum II: Given a collection of candidate numbers (candidates) and a target number (target), find all unique combinations in candidates where the candidate numbers sum to target.
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.