100+ curated problems from top tech interviews
12 problems found
Find max sum contiguous subarray...
Number of ways to decode string...
Maximum coins from bursting balloons...
Can reach last index...
Maximum sum without adjacent elements...
Number of ways to make amount...
Number of paths in grid...
Given an integer array nums, return the length of the longest strictly increasing subsequence....
You are given an integer array coins representing coins of different denominations and an integer amount representing a total amount of money. Return ...
Given a string s and a dictionary of strings wordDict, return true if s can be segmented into a space-separated sequence of one or more dictionary wor...
You are climbing a staircase. It takes n steps to reach the top. Each time you can either climb 1 or 2 steps. In how many distinct ways can you climb ...
Given two strings word1 and word2, return the minimum number of operations required to convert word1 to word2. You have the following three operations...