码迷,mamicode.com
首页 >  
搜索关键字:contains    ( 4472个结果
A1004. Counting Leaves (30)
A family hierarchy is usually presented by a pedigree tree. Your job is to count those family members who have no child.InputEach input file contains ...
分类:其他好文   时间:2015-03-08 01:25:46    阅读次数:163
SGU[154] Factorial
Description描述You task is to find minimal natural number N, so that N! contains exactly Q zeroes on the trail in decimal notation. As you know N! = 1*2...
分类:其他好文   时间:2015-03-07 14:03:59    阅读次数:167
csu1510: Happy Robot
Time Limit: 1 Sec  Memory Limit: 128 MB Submit: 41  Solved: 19 [Submit][Status][Web Board] Description Input There will be at most 1000 test cases. Each case contains a command ...
分类:移动开发   时间:2015-03-06 23:43:06    阅读次数:826
A1043. Is It a Binary Search Tree (25)
Binary Search Tree (BST) is recursively defined as a binary tree which has the following properties:The left subtree of a node contains only nodes wit...
分类:其他好文   时间:2015-03-06 23:33:39    阅读次数:201
终极解决报错:SocialSDK_QQZone_2.jar contains native libraries that
添加友盟的分享功能出现了这个错误1.错误The library SocialSDK_QQZone_2.jar contains native libraries that will not run on the device 2.解决办法 此问题和Eclipse环境有关,按照如下步骤操作即可 Eclipse->windows->Perferences->Android->build ,...
分类:编程语言   时间:2015-03-06 19:09:08    阅读次数:174
1052. Linked List Sorting
A linked list consists of a series of structures, which are not necessarily adjacent in memory. We assume that each structure contains an integer key and a Next pointer to the next structure. Now give...
分类:其他好文   时间:2015-03-06 15:58:03    阅读次数:163
【桶排序】求无序数组中最大的“Gap"
题目:leetcode Given an unsorted array, find the maximum difference between the successive elements in its sorted form. Try to solve it in linear time/space. Return 0 if the array contains less than 2...
分类:编程语言   时间:2015-03-06 11:23:28    阅读次数:248
hdu2457---DNA repair(AC自动机+dp)
Problem Description Biologists finally invent techniques of repairing DNA that contains segments causing kinds of inherited diseases. For the sake of simplicity, a DNA is represented as a string conta...
分类:其他好文   时间:2015-03-05 21:03:31    阅读次数:155
1043. Is It a Binary Search Tree
A Binary Search Tree (BST) is recursively defined as a binary tree which has the following properties: The left subtree of a node contains only nodes with keys less than the node's key. The righ...
分类:其他好文   时间:2015-03-05 17:08:50    阅读次数:178
hdu1072【bfs可重复走】
大意:给一个矩阵 有一个六秒之内会爆炸的炸弹 爆炸事件在数值为4的位置会重置为60: The area is a wall, Ignatius should not walk on it.1: The area contains nothing, Ignatius can walk on it.2....
分类:其他好文   时间:2015-03-04 20:57:53    阅读次数:138
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!