码迷,mamicode.com
首页 >  
搜索关键字:suppose    ( 588个结果
CodeForces-1061D TV Shows
题目链接 https://vjudge.net/problem/CodeForces 1061D 题面 Description There are nn TV shows you want to watch. Suppose the whole time is split into equal pa ...
分类:其他好文   时间:2019-02-15 17:36:12    阅读次数:212
PAT A1014 Waiting in Line (30 分)
Suppose a bank has N windows open for service. There is a yellow line in front of the windows which devides the waiting area into two parts. The rules ...
分类:其他好文   时间:2019-02-15 17:25:00    阅读次数:196
UVA11470 Square Sums【水题】
Do you know that there are squares within a square. This might seem confusing, but take a look at this.     Suppose you have a squ ...
分类:其他好文   时间:2019-02-10 10:52:14    阅读次数:170
LeetCode-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, ...
分类:其他好文   时间:2019-02-07 10:52:51    阅读次数:152
526. Beautiful Arrangement
Suppose you have N integers from 1 to N. We define a beautiful arrangement as an array that is constructed by these N numbers successfully if one of t ...
分类:其他好文   时间:2019-02-06 23:54:15    阅读次数:194
19.2.2 [LeetCode 33] 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,2]). Y ...
分类:其他好文   时间:2019-02-02 23:28:15    阅读次数:198
LeetCode-81-Search in Rotated Sorted Array II
算法描述: Suppose an array sorted in ascending order is rotated at some pivot unknown to you beforehand. (i.e., [0,0,1,2,2,5,6] might become [2,5,6,0,0,1, ...
分类:其他好文   时间:2019-02-01 13:03:01    阅读次数:148
#Leetcode# 599. Minimum Index Sum of Two Lists
https://leetcode.com/problems/minimum-index-sum-of-two-lists/ Suppose Andy and Doris want to choose a restaurant for dinner, and they both have a list ...
分类:其他好文   时间:2019-01-31 01:28:37    阅读次数:169
LeetCode-33-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, ...
分类:其他好文   时间:2019-01-28 22:22:17    阅读次数:164
PTA-1020——Tree Traversals
题目: Suppose that all the keys in a binary tree are distinct positive integers. Given the postorder and inorder traversal sequences, you are supposed t ...
分类:其他好文   时间:2019-01-27 19:03:00    阅读次数:168
588条   上一页 1 ... 7 8 9 10 11 ... 59 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!