6月23日英雄会平台发布了一道难度为超5星的微软比赛题目,截止活动结束共有300多名编程爱好者参与线上答题,而最终通过者仅有7人,通过率仅为2%。为什么成绩如此出人意料?是因为题目的英文描述难以理解?还是题目本身的难度太高让很多人望而生畏知难而退?为此我们诚邀各路英雄豪杰前来切磋探讨,共同发现:1....
分类:
其他好文 时间:
2015-01-10 16:20:56
阅读次数:
117
题目Pascal's Triangle通过率30.7%难度EasyGivennumRows, generate the firstnumRowsof Pascal's triangle.For example, givennumRows= 5,Return[ [1], [1,1], ...
分类:
其他好文 时间:
2015-01-10 11:14:01
阅读次数:
207
题目Pascal's Triangle II通过率29.8%难度EasyGiven an indexk, return thekthrow of the Pascal's triangle.For example, givenk= 3,Return[1,3,3,1].Note:Could you o...
分类:
其他好文 时间:
2015-01-10 11:09:53
阅读次数:
169
测试基本信息 Bitmap 测试程序便利记事本测试通过率99.2%测试平台Android测试机型数121未执行机型数1测试结果测试终端数测试结果百分比可能损失用户数(万)用户损失百分比安装失败10.8%100.03%启动失败00%00%运行失...
分类:
其他好文 时间:
2015-01-05 01:48:35
阅读次数:
361
题目Remove Duplicates from Sorted Array通过率31.9%难度EasyGiven a sorted array, remove the duplicates in place such that each element appear onlyonceand retu...
分类:
其他好文 时间:
2014-12-22 17:32:35
阅读次数:
165
标题:Merge Sorted Array通过率:31.1%难度:简单Given two sorted integer arrays A and B, merge B into A as one sorted array.Note:You may assume that A has enough s...
分类:
其他好文 时间:
2014-12-21 23:22:34
阅读次数:
249
标题:Symmetric Tree通过率:31.1%难度:简单Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary ...
分类:
其他好文 时间:
2014-12-21 23:18:31
阅读次数:
226
题目Remove Duplicates from Sorted List通过率34.4%难度EasyGiven a sorted linked list, delete all duplicates such that each element appear onlyonce.For example...
分类:
其他好文 时间:
2014-12-21 20:38:34
阅读次数:
165
题目Maximum Depth of Binary Tree通过率44.2%难度EasyGiven a binary tree, find its maximum depth.The maximum depth is the number of nodes along the longest pat...
分类:
其他好文 时间:
2014-12-18 20:28:05
阅读次数:
214
标题:Maximum Depth of Binary Tree通过率:44.2%难度:简单Given a binary tree, find its maximum depth.The maximum depth is the number of nodes along the longest pa...
分类:
其他好文 时间:
2014-12-18 15:05:18
阅读次数:
153