ICDM Winner's Interview: 3rd place, Roberto DiazThis summer, theICDM 2015conferencesponsoredacompetitionfocusedon makingindividual user connections ac...
Add Talents, Not Skills, to Your TeamRichard Sheridan Ann Arbor, Michigan, U.S.
I USED To hIRE ThE WAy EvERyonE In oUR InDUSTRy hIRED: skills, skills, skills. One day an interview candidate threw cold...
分类:
其他好文 时间:
2015-09-16 10:51:59
阅读次数:
171
Diabetic Retinopathy Winner's Interview: 1st place, Ben GrahamBen Graham finished at the top of the leaderboard in the high-profileDiabetic Retinopath...
题目1 : Combination Lock时间限制:10000ms单点时限:1000ms内存限制:256MB描述Finally, you come to the interview room. You know that a Microsoft interviewer is in the room...
分类:
其他好文 时间:
2015-09-04 21:12:55
阅读次数:
299
Kth Smallest Number in Sorted MatrixFind thekth smallest number in at row and column sorted matrix.Have you met this question in a real interview?YesE...
分类:
其他好文 时间:
2015-09-03 21:33:55
阅读次数:
202
Given a rotated sorted array, recover it to sorted array in-place.Have you met this question in a real interview?YesWhich company asked you this quest...
分类:
其他好文 时间:
2015-09-03 06:59:24
阅读次数:
161
Combination Lock时间限制:10000ms单点时限:1000ms内存限制:256MB描述Finally, you come to the interview room. You know that a Microsoft interviewer is in the room thoug...
分类:
其他好文 时间:
2015-09-02 00:29:46
阅读次数:
249
http://www.csdn.net/article/2014-04-10/2819237-Top-10-Algorithms-for-Coding-Interview在程序员的职业生涯中,算法亦算是一门基础课程,尤其是在面试的时候,很多公司都会让程序员编写一些算法实例,例如快速排序、二叉树查找等...
分类:
编程语言 时间:
2015-08-27 13:03:20
阅读次数:
296
Question :Bubble sort using singly-linked listIdea :在linked list 交換node與node時, 我們會想用換*next的方式。但是這裡是singly-linked list.還會需要previouslynode。其實這裡單純直接換int ...
分类:
其他好文 时间:
2015-08-17 15:23:28
阅读次数:
108
Given a rotated sorted array, recover it to sorted array in-place.
Have you met this question in a real interview?
Yes
Example
[4, 5, 1, 2, 3] -> [1,
2, 3, 4, 5]
Challenge
...
分类:
其他好文 时间:
2015-08-03 19:14:31
阅读次数:
160