码迷,mamicode.com
首页 >  
搜索关键字:exactly    ( 856个结果
BFS(广度优先搜索)
Catch That Cow Farmer John has been informed of the location of a fugitive cow and wants to catch her immediately. He starts at a point N (0 ≤ N ≤ 100 ...
分类:其他好文   时间:2017-04-08 19:40:59    阅读次数:366
#404 (div2)Anton and Permutation (分块处理)
Anton likes permutations, especially he likes to permute their elements. Note that a permutation of n elements is a sequence of numbers {a1,?a2,?...,? ...
分类:其他好文   时间:2017-04-03 18:59:31    阅读次数:200
[LeetCode]sum
LeetCode很喜欢sum,里面sum题一堆。 1.Two Sum Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may a ...
分类:其他好文   时间:2017-04-03 11:44:47    阅读次数:179
Java中wait()和notify()方法的使用
1. wait方法和notify方法 这两个方法,包括notifyAll方法,都是Object类中的方法。在Java API中,wait方法的定义如下: Causes the current thread to wait until another thread invokes the notify ...
分类:编程语言   时间:2017-04-03 11:38:52    阅读次数:316
Curious Cupid
There are K different languages in the world. Each person speaks one and only one language. There are exactly N single men and N single women. Cupid, ...
分类:其他好文   时间:2017-04-01 01:12:33    阅读次数:275
Educational Codeforces Round 18 D
Description T is a complete binary tree consisting of n vertices. It means that exactly one vertex is a root, and each vertex is either a leaf (and do ...
分类:其他好文   时间:2017-03-29 22:32:24    阅读次数:267
CodeForces 76A Gift - 最小生成树
The kingdom of Olympia consists of N cities and M bidirectional roads. Each road connects exactly two cities and two cities can be connected with more ...
分类:其他好文   时间:2017-03-27 22:58:10    阅读次数:616
【BZOJ1718】&&【POJ3177】Redundant Paths
1718: [Usaco2006 Jan] Redundant Paths 分离的路径 Description In order to get from one of the F (1 <= F <= 5,000) grazing fields (which are numbered 1..F) t ...
分类:其他好文   时间:2017-03-23 13:58:17    阅读次数:171
矩阵乘法&&dp加速矩阵的思路(E. Wet Shark and Blocks)
There are b blocks of digits. Each one consisting of the same n digits, which are given to you in the input. Wet Shark must choose exactly one digit f ...
分类:其他好文   时间:2017-03-22 21:28:40    阅读次数:230
Sessions
about rtcDataProviders Session ...
分类:其他好文   时间:2017-03-21 15:22:36    阅读次数:201
856条   上一页 1 ... 47 48 49 50 51 ... 86 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!