Data Structures & Algorithms
100+ curated problems from top tech interviews
100+ curated problems from top tech interviews
5 problems found
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 an integer array nums, return the length of the longest strictly increasing subsequence....
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 given an integer array coins representing coins of different denominations and an integer amount representing a total amount of money. Return ...
Given two strings word1 and word2, return the minimum number of operations required to convert word1 to word2. You have the following three operations...