题目的详细描述参加这里:https://xianpengcui.com/2020/05/04/leetcode […]
You are given k identical eggs and you have access to a […]
leetcode中有两个零钱兑换问题,在此汇总在一块统一分析。首先看第一个题目: leetcode 322 解 […]
题目描述: Example 1: Input: s = "babad" Output: "bab" Expla […]
You are given an integer array nums with no duplicates. […]
Given an array of integers and an integer k, you n […]
You are given an integer array nums and you h […]
Merge k sorted linked lists and return it as […]
Given a string, your task is to count how many palindro […]
Given a list of daily temperatures T, return a list suc […]
Given a non negative integer number num. For every […]
Given a string S and a string T, find the minimum windo […]
描述: 给定一个无序数组arr,其中元素可正、可负、可0。给定一个整数k,求arr所有的子数组中累加和小于或等 […]
Given two words (beginWord and endWord), and […]
There are a total of numCourses courses you have […]