码迷,mamicode.com
首页 >  
搜索关键字:interview    ( 649个结果
ICDM Winner's Interview: 3rd place, Roberto Diaz
ICDM Winner's Interview: 3rd place, Roberto DiazThis summer, theICDM 2015conferencesponsoredacompetitionfocusedon makingindividual user connections ac...
分类:Windows程序   时间:2015-09-17 21:07:07    阅读次数:318
Add Talents, Not Skills, to Your Team
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 Graham
Diabetic Retinopathy Winner's Interview: 1st place, Ben GrahamBen Graham finished at the top of the leaderboard in the high-profileDiabetic Retinopath...
分类:Windows程序   时间:2015-09-11 20:44:34    阅读次数:401
hihocoder-第六十一周 Combination Lock
题目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
[Lintcode] Kth Smallest Number in Sorted Matrix
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
Recover Rotated Sorted Array
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
Hiho----微软笔试题《Combination Lock》
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
【算法】代码面试最常用的10大算法
http://www.csdn.net/article/2014-04-10/2819237-Top-10-Algorithms-for-Coding-Interview在程序员的职业生涯中,算法亦算是一门基础课程,尤其是在面试的时候,很多公司都会让程序员编写一些算法实例,例如快速排序、二叉树查找等...
分类:编程语言   时间:2015-08-27 13:03:20    阅读次数:296
[Interview] Bubble sort using singly-linked list
Question :Bubble sort using singly-linked listIdea :在linked list 交換node與node時, 我們會想用換*next的方式。但是這裡是singly-linked list.還會需要previouslynode。其實這裡單純直接換int ...
分类:其他好文   时间:2015-08-17 15:23:28    阅读次数:108
lintcode Recover Rotated Sorted Array
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
649条   上一页 1 ... 40 41 42 43 44 ... 65 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!