100+ curated problems from top tech interviews
9 problems found
Generate valid parentheses combinations...
Search word in 2D grid...
Partition string into palindromes...
Check if subset sum exists...
Generate all k-combinations...
Letter combinations of phone number...
Given an array nums of distinct integers, return all the possible permutations. You can return the answer in any order....
Given an integer array nums of unique elements, return all possible subsets (the power set). The solution set must not contain duplicate subsets....
The n-queens puzzle is the problem of placing n queens on an n x n chessboard such that no two queens attack each other. Given an integer n, return al...