码迷,mamicode.com
首页 >  
搜索关键字:given n integers    ( 24278个结果
0044. Wildcard Matching (H)
Wildcard Matching (H) 题目 Given an input string (s) and a pattern (p), implement wildcard pattern matching with support for '?' and '*'. '?' Matches an ...
分类:其他好文   时间:2020-06-29 09:44:44    阅读次数:51
0042. Trapping Rain Water (H)
Trapping Rain Water (H) 题目 Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is ...
分类:移动开发   时间:2020-06-29 09:29:26    阅读次数:60
leetcode 120. Triangle
Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below. For example, given the fo ...
分类:其他好文   时间:2020-06-29 00:18:05    阅读次数:56
90. Subsets II
Given a collection of integers that might contain duplicates, nums, return all possible subsets (the power set). Note: The solution set must not conta ...
分类:其他好文   时间:2020-06-29 00:11:37    阅读次数:54
LeetCode | 0700. Search in a Binary Search Tree二叉搜索树中的搜索【Python】
LeetCode 0700. Search in a Binary Search Tree二叉搜索树中的搜索【Easy】【Python】【二叉树】 Problem LeetCode Given the root node of a binary search tree (BST) and a val ...
分类:编程语言   时间:2020-06-28 20:49:28    阅读次数:61
LeetCode | 0450. Delete Node in a BST 删除二叉搜索树中的节点【Python】
LeetCode 0450. Delete Node in a BST 删除二叉搜索树中的节点【Medium】【Python】【二叉树】 Problem LeetCode Given a root node reference of a BST and a key, delete the node ...
分类:编程语言   时间:2020-06-28 20:37:59    阅读次数:51
LeetCode | 0701. Insert into a Binary Search Tree 二叉搜索树中的插入操作【Python】
LeetCode 0701. Insert into a Binary Search Tree 二叉搜索树中的插入操作【Medium】【Python】【二叉树】 Problem LeetCode Given the root node of a binary search tree (BST) an ...
分类:编程语言   时间:2020-06-28 20:34:28    阅读次数:44
[LeetCode] 279. Perfect Squares
Given a positive integer n, find the least number of perfect square numbers (for example, 1, 4, 9, 16, ...) which sum to n. Example 1: Input: n = 12 O ...
分类:其他好文   时间:2020-06-28 09:27:41    阅读次数:56
0343. Integer Break (M)
Integer Break (M) 题目 Given a positive integer n, break it into the sum of at least two positive integers and maximize the product of those integers. R ...
分类:其他好文   时间:2020-06-28 09:27:07    阅读次数:43
0341. Flatten Nested List Iterator (M)
Flatten Nested List Iterator (M) 题目 Given a nested list of integers, implement an iterator to flatten it. Each element is either an integer, or a list ...
分类:其他好文   时间:2020-06-28 09:23:02    阅读次数:45
24278条   上一页 1 ... 25 26 27 28 29 ... 2428 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!