LeetCode Blind 22/75: Decode Ways
Given a string s containing only digits, return the number of ways to decode it.
Given a string s containing only digits, return the number of ways to decode it.
Given an integer array nums representing the amount of money of each house, return the maximum amount of money you can rob tonight without alerting the police.
Given an array of distinct integers nums and a target integer target, return the number of possible combinations that add up to target.
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 words.
Given two strings text1 and text2, return the length of their longest common subsequence. If there is no common subsequence, return 0.
Given an integer array nums, return the length of the longest strictly increasing subsequence.
Return the fewest number of coins that you need to make up that amount. If that amount of money cannot be made up by any combination of the coins, return -1.
In how many distinct ways can you climb to the top?
Reverse bits of a given 32 bits unsigned integer.
Given an array nums containing n distinct numbers in the range [0, n], return the only number in the range that is missing from the array.