码迷,mamicode.com
首页 >  
搜索关键字:通过率    ( 306个结果
leetcode----------Same Tree
题目Same Tree通过率42.0%难度EasyGiven two binary trees, write a function to check if they are equal or not.Two binary trees are considered equal if they are ...
分类:其他好文   时间:2014-12-13 17:46:52    阅读次数:138
leetcode------String to Integer (atoi)
标题:String to Integer (atoi)通过率:13.8难度:简单Implementatoito convert a string to an integer.Hint:Carefully consider all possible input cases. If you want a...
分类:其他好文   时间:2014-12-12 23:29:08    阅读次数:237
leetcode------Same Tree
标题:Same Tree通过率:42%难度简单Given two binary trees, write a function to check if they are equal or not.Two binary trees are considered equal if they are st...
分类:其他好文   时间:2014-12-11 20:48:26    阅读次数:164
leetcode------Linked List Cycle II
标题:Linked List Cycle II通过率30%难度中等看升级版前还是先看下Linked List Cycle I看完第一个版本对于第二个版本会有一定的帮助,先了解环的结构。然后看下面的图片:假设快慢指针交汇处为为分红圈那个,环的起始点为k,那么:1、快指针走的路程是慢指针走的两倍。2、慢...
分类:其他好文   时间:2014-12-11 18:52:32    阅读次数:150
leetcode------Linked List Cycle(3)
标题:Linked List Cycle通过率:36%难度中等Given a linked list, determine if it has a cycle in it.Follow up: Can you solve it without using extra space?拿到题后我以为很简单...
分类:其他好文   时间:2014-12-11 17:09:01    阅读次数:167
leetcode------Pow(x, n)(3)
标题Pow(x, n)通过率26.1%难度中等Implement pow(x,n). 以为只是单纯的求xn,习惯了用java里面的math.pow(x,n),所以我认为传进来的值都是比较正常的,谁知道竟然会传n<0的数。。。。。直接泪奔,然后再尝试。。。发现栈溢出,也就是说单纯的递归或者非递归针对....
分类:其他好文   时间:2014-12-10 17:47:13    阅读次数:153
leetcode------Single Number(2)
标题:Single Number通过率:46.0%难度: 中等Given an array of integers, every element appearstwiceexcept for one. Find that single one.Note:Your algorithm should ....
分类:其他好文   时间:2014-12-10 17:41:54    阅读次数:194
PAT 1041. Be Unique
昨天做了一题通过率比这个高的居然没有全对,可是这题得多水相比之下#include #include #include using namespace std;const int NUM_RANGE = 10001;int tbl[NUM_RANGE];int main() { int N; ...
分类:其他好文   时间:2014-11-15 01:27:11    阅读次数:161
T-SQL综合应用(重)
问题:1.统计本次考试的缺考情况 。2.提取学员的成绩信息并保存结果,包括学员姓名、学号、笔试成绩、机试成绩、是否通过,比较笔试平均分和机试平均分,较低者进行循环提分,但提分后最高分不能超过97分。提分后,统计学员的成绩和通过情况 。3.提分后统计学员的通过率情况。 分析:使用子查询统计缺考情况:....
分类:数据库   时间:2014-11-13 10:31:09    阅读次数:360
九一三教师商城教材的考试通过率如何?
根据历年的经验来看,使用本教材,考试通过率可达到82%,平均提分可达到37分。您可知道,教师招考的竞争越来越激烈,1分即可拉开数十名的差距,使用教师招考论坛开发的教材后,即可于千军万马中穿行,一马当先,一鸣惊人,领先于您的竞争对手。
分类:其他好文   时间:2014-11-07 18:43:42    阅读次数:140
306条   上一页 1 ... 27 28 29 30 31 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!