码迷,mamicode.com
首页 >  
搜索关键字:suppose    ( 588个结果
153. Find Minimum in Rotated Sorted Array
问题描述: Suppose an array sorted in ascending order is rotated at some pivot unknown to you beforehand. (i.e., [0,1,2,4,5,6,7] might become [4,5,6,7,0,1, ...
分类:其他好文   时间:2018-06-26 10:57:40    阅读次数:169
PAT 1020 Tree Traversals (25)
Suppose that all the keys in a binary tree are distinct positive integers. Given the postorder and inorder traversal sequences, you are supposed to ou ...
分类:其他好文   时间:2018-06-22 17:47:42    阅读次数:164
PAT 1127 ZigZagging on a Tree (30)
Suppose that all the keys in a binary tree are distinct positive integers. A unique binary tree can be determined by a given pair of postorder and ino ...
分类:其他好文   时间:2018-06-22 17:46:11    阅读次数:164
277. Find the Celebrity
问题描述: Suppose you are at a party with n people (labeled from 0 to n - 1) and among them, there may exist one celebrity. The definition of a celebrity ...
分类:其他好文   时间:2018-06-17 13:40:14    阅读次数:133
Search in Rotated Sorted Array leetcode java
描述Suppose a sorted array is rotated at some pivot unknown to you beforehand.(i.e., 0 1 2 4 5 6 7 might become 4 5 6 7 0 1 2).You are given a target va ...
分类:编程语言   时间:2018-06-11 17:05:32    阅读次数:173
leetcode-605-Can Place Flowers
题目描述: Suppose you have a long flowerbed in which some of the plots are planted and some are not. However, flowers cannot be planted in adjacent plots ...
分类:其他好文   时间:2018-06-09 19:51:24    阅读次数:171
1138 Postorder Traversal (25)
Suppose that all the keys in a binary tree are distinct positive integers. Given the preorder and inorder traversal sequences, you are supposed to out ...
分类:其他好文   时间:2018-06-06 01:02:16    阅读次数:161
2.4.1
question: Suppose that the sequence P R I O * R * * I * T * Y * * * Q U E * * * U * E (where a letter means insert and an asterisk means remove the ma ...
分类:其他好文   时间:2018-06-04 21:30:46    阅读次数:164
218.The Skyline Problem
问题描述: A city's skyline is the outer contour of the silhouette formed by all the buildings in that city when viewed from a distance. Now suppose you ar ...
分类:其他好文   时间:2018-06-03 10:53:19    阅读次数:180
leetcode33. Search in rotated sorted array
问题描述: Suppose an array sorted in ascending order is rotated at some pivot unknown to you beforehand. (i.e., [0,1,2,4,5,6,7] might become [4,5,6,7,0,1, ...
分类:其他好文   时间:2018-06-01 10:45:13    阅读次数:152
588条   上一页 1 ... 12 13 14 15 16 ... 59 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!