原文链接: https://leetcode-cn.com/problems/expression-add-operators
英文原文Given a string num that contains only digits and a
分类详情
困难 分类
原文链接: https://leetcode-cn.com/problems/find-median-from-data-stream
英文原文The median is the middle value in an ordered i
原文链接: https://leetcode-cn.com/problems/serialize-and-deserialize-binary-tree
英文原文Serialization is the process of conve
原文链接: https://leetcode-cn.com/problems/remove-invalid-parentheses
英文原文Given a string s that contains parentheses and l
原文链接: https://leetcode-cn.com/problems/burst-balloons
英文原文You are given n balloons, indexed from 0 to n - 1. Each ball
原文链接: https://leetcode-cn.com/problems/count-of-smaller-numbers-after-self
英文原文You are given an integer array nums and
原文链接: https://leetcode-cn.com/problems/create-maximum-number
英文原文You are given two integer arrays nums1 and nums2 of l
原文链接: https://leetcode-cn.com/problems/count-of-range-sum
英文原文Given an integer array nums and two integers lower and u
原文链接: https://leetcode-cn.com/problems/longest-increasing-path-in-a-matrix
英文原文Given an m x n integers matrix, return
原文链接: https://leetcode-cn.com/problems/patching-array
英文原文Given a sorted integer array nums and an integer n, add/patc