标签:动态规划
Given an integer array nums , return true true if you c […]
题目的详细描述参加这里:https://xianpengcui.com/2020/05/04/leetcode […]
You are given k identical eggs and you have access to a […]
leetcode中有两个零钱兑换问题,在此汇总在一块统一分析。首先看第一个题目: leetcode 322 解 […]
Given a string, your task is to count how many palindro […]
Given a non negative integer number num. For every […]
Given a non-empty string s and a di […]
Given a non-empty string s and a di […]
Say you have an array for which the ith eleme […]
Given an integer matrix, find the length of the longest […]
题目描述:给定两个字符串A、B,求出两个字符串的最长公共子串和最长公共子序列。 解析:这两个题目很容易混淆,解 […]
You are given coins of different denominations and a to […]
Given an unsorted array of integers, find the length of […]
Given a positive integer n, find the least number of pe […]
You are a professional robber planning to rob houses al […]