你的浏览器禁用了JavaScript, 请开启后刷新浏览器获得更好的体验!
2079 次浏览 • 1 个关注 • 2015-11-26
19697 次浏览 • 5 个关注 • 2015-09-09
4474 次浏览 • 2 个关注 • 2015-09-09
4645 次浏览 • 2 个关注 • 2015-09-09
2953 次浏览 • 2 个关注 • 2015-09-09
2796 次浏览 • 2 个关注 • 2015-09-09
6453 次浏览 • 2 个关注 • 2015-09-09
3743 次浏览 • 1 个关注 • 2015-09-09
1224 次浏览 • 2 个关注 • 2015-09-07
2882 次浏览 • 2 个关注 • 2015-09-07
2015-11-26 数美招聘 发起了问题, 【数美】-北京-大数据开发工程师
2015-09-09 数美招聘 发起了问题, Google面试题求解:25匹马赛跑,5个跑道,怎么以最少的比赛次数来决出最快的3匹,马跑的时间未知,只知道马的先后顺序.
2015-09-09 数美招聘 发起了问题, Google面试题求解:对现在的Stack(栈)数据结构进行改进,加一个min()功能,使之能在常数,即O(1),时间内给出栈中的最小值。可对push()和pop()函数进行修改,但要求其时间复杂度都只能是O(1)。
2015-09-09 数美招聘 发起了问题, Google面试题求解:26个英文字母从新排序(未知的顺序alphabet),然后用这个位置的顺序给一组数据(array list)排序现在给你这组array list,问能不能计算出来那个alphabet未知的顺序。
2015-09-09 数美招聘 发起了问题, Google面试题求解:There are 100 hundred sorted arrays, and each of them contains 100 numbers. Give an algorithm to merge them into a single sorted array, using only one temporary array in the middle steps.
2015-09-09 数美招聘 发起了问题, Google面试题求解:Given 1 GB memory, input a file which contians 4 billion integers, output one integer that is not in the file. What if you have only 10 MB memory?
2015-09-09 数美招聘 发起了问题, Google面试题求解:平面上N个点,求一条直线,穿过的点数最多。
2015-09-09 数美招聘 发起了问题, Google面试题求解:有一个random number generator,是生成真实的随机数,而不是伪随机数,这个东西会生成几千亿个32位整数,打印出现次数前100的整数。
2015-09-07 数美招聘 发起了问题, 用Hadoop 2.X过程中,遇到了错误,怎样排查错误?
2015-09-07 数美招聘 发起了问题, 我使用的是Fairscheduler,配置了多个队列,当用户提交一个作业,指定的队列不存在时,Fair Scheduler会自动创建一个新队列而不是报错,如何避免这种情况发生呢?