码迷,mamicode.com
首页 >  
搜索关键字:suppose    ( 588个结果
1017 Queueing at Bank (25 分)
1017 Queueing at Bank (25 分) 1017 Queueing at Bank (25 分) 1017 Queueing at Bank (25 分) Suppose a bank has K windows open for service. There is a yello ...
分类:其他好文   时间:2019-06-12 21:32:16    阅读次数:127
Big O
Ex. 1 Suppose we had an algorithm that took in an array of strings, sorted each string, and then sorted the full array. What would the runtime be? 假设我 ...
分类:其他好文   时间:2019-06-08 11:37:33    阅读次数:129
11-散列4 Hashing - Hard Version (30 分)
Given a hash table of size N, we can define a hash function (. Suppose that the linear probing is used to solve collisions, we can easily obtain the s ...
分类:其他好文   时间:2019-06-06 12:30:44    阅读次数:511
PAT_A1127#ZigZagging on a Tree
Source: PAT A1127 ZigZagging on a Tree (30 分) Description: Suppose that all the keys in a binary tree are distinct positive integers. A unique binary ...
分类:其他好文   时间:2019-05-31 23:14:44    阅读次数:80
【leetcode】1039. Minimum Score Triangulation of Polygon
题目如下: Given N, consider a convex N-sided polygon with vertices labelled A[0], A[i], ..., A[N-1] in clockwise order. Suppose you triangulate the polygo ...
分类:其他好文   时间:2019-05-31 16:56:20    阅读次数:137
#Leetcode# 183. Customers Who Never Order
https://leetcode.com/problems/customers-who-never-order/ Suppose that a website contains two tables, the Customers table and the Orderstable. Write a ...
分类:其他好文   时间:2019-05-11 16:27:28    阅读次数:129
[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 - they ...
分类:其他好文   时间:2019-05-04 10:02:08    阅读次数:116
poj_1323 Game Prediction 贪心
Game Prediction Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 11814 Accepted: 5701 Description Suppose there are M people, including you, ...
分类:其他好文   时间:2019-05-03 18:20:01    阅读次数:83
PAT 1020 Tree Traversals
1020 Tree Traversals (25 分) 1020 Tree Traversals (25 分) 1020 Tree Traversals (25 分) Suppose that all the keys in a binary tree are distinct positive i ...
分类:其他好文   时间:2019-05-02 09:19:39    阅读次数:97
Pre- and Post-order Traversals(先序+后序序列,建立二叉树)
PAT甲级1119,我先在CSDN上面发布的这篇文章:https://blog.csdn.net/weixin_44385565/article/details/89737224 Suppose that all the keys in a binary tree are distinct posi ...
分类:其他好文   时间:2019-05-01 16:07:53    阅读次数:197
588条   上一页 1 ... 5 6 7 8 9 ... 59 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!