码迷,mamicode.com
首页 >  
搜索关键字:minimum    ( 3256个结果
530. Minimum Absolute Difference in BST
Given a binary search tree with non-negative values, find the minimum absolute difference between values of any two nodes. Example: Input: 1 \ 3 / 2 O ...
分类:其他好文   时间:2018-12-01 13:24:40    阅读次数:169
[LeetCode&Python] Problem 453. Minimum Moves to Equal Array Elements
Given a non-empty integer array of size n, find the minimum number of moves required to make all array elements equal, where a move is incrementing n  ...
分类:编程语言   时间:2018-12-01 13:11:18    阅读次数:211
#Leetcode# 209. Minimum Size Subarray Sum
https://leetcode.com/problems/minimum-size-subarray-sum/ Given an array of n positive integers and a positive integer s, find the minimal length of a  ...
分类:其他好文   时间:2018-11-30 20:17:24    阅读次数:187
佩尔方程
pell
分类:其他好文   时间:2018-11-29 15:21:58    阅读次数:246
Google - Find minimum number of coins that make a given value
Given a value V, if we want to make change for V cents, and we have infinite supply of each of C = { C1, C2, .. , Cm} valued coins, what is the minimu... ...
分类:其他好文   时间:2018-11-29 12:33:36    阅读次数:229
#Leetcode# 155. Min Stack
https://leetcode.com/problems/min-stack/ Design a stack that supports push, pop, top, and retrieving the minimum element in constant time. push(x) -- ...
分类:其他好文   时间:2018-11-29 12:20:45    阅读次数:180
#Leetcode# 154. Find Minimum in Rotated Sorted Array II
https://leetcode.com/problems/find-minimum-in-rotated-sorted-array-ii/ Suppose an array sorted in ascending order is rotated at some pivot unknown to ...
分类:其他好文   时间:2018-11-28 22:18:15    阅读次数:179
#Leetcode# 153. Find Minimum in Rotated Sorted Array
https://leetcode.com/problems/find-minimum-in-rotated-sorted-array/ Suppose an array sorted in ascending order is rotated at some pivot unknown to you ...
分类:其他好文   时间:2018-11-28 22:07:05    阅读次数:165
[Leetcode 452] 最少需要射出多少支箭Minimum Number of Arrows to Burst Balloons 贪心 重载
【题目】 There are a number of spherical balloons spread in two-dimensional space. For each balloon, provided input is the start and end coordinates of th ...
分类:其他好文   时间:2018-11-28 15:39:02    阅读次数:183
111. Minimum Depth of Binary Tree
problem 111. Minimum Depth of Binary Tree 参考 1. Minimum Depth of Binary Tree; 完 111. Minimum Depth of Binary Tree 1. Minimum Depth of Binary Tree; 完 1 ...
分类:其他好文   时间:2018-11-28 12:07:27    阅读次数:218
3256条   上一页 1 ... 56 57 58 59 60 ... 326 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!