随笔分类 -  面试经验

摘要:题目是:有2个10G的数据库,存储了一些string. 2者之间有一些重复的数据。请把它们合并为一个数据库,并且去除重复。限制:内存是4G例如: DB1: cmu, ucb, stanford, nyu DB2: ucsb, ucb, ucsd, cmu.两者合并后,应该是: DB: cmu,... 阅读全文

posted @ 2015-01-23 17:23 Yu's Garden 阅读(1547) 评论(0) 推荐(1)

摘要:转自:http://www.cnblogs.com/pkuoliver/archive/2010/10/06/sotry-about-sqrt.html源码下载地址:http://diducoder.com/sotry-about-sqrt.html好吧,我承认我标题党了,不过既然你来了,就认真看下... 阅读全文

posted @ 2015-01-03 16:44 Yu's Garden 阅读(446) 评论(0) 推荐(0)

摘要:排序总结面试经验硅谷某前沿小Startup面试时,问到的一个题目就是写一个快速排序算法。进而面试官问到了各种算法的算法复杂度,进而又问了Merge Sort 与 QuickSort 的优劣。对排序算法的全面理解,体现了计算机学生的功底。现在来讲Merge Sort 与Quick Sort 是最流行的... 阅读全文

posted @ 2015-01-02 22:39 Yu's Garden 阅读(5670) 评论(0) 推荐(0)

摘要:二分法模板: 1 while (l A[l]) {11 l = m;12 } else {13 r = m;14 }15 } 相关二分法题目链接:L... 阅读全文

posted @ 2015-01-02 22:07 Yu's Garden 阅读(3786) 评论(0) 推荐(0)

摘要:Quick Sorthttp://en.wikipedia.org/wiki/QuicksortQuicksort, orpartition-exchange sort, is asorting algorithmdeveloped byTony Hoarethat,on average, make... 阅读全文

posted @ 2014-12-20 12:43 Yu's Garden 阅读(1503) 评论(0) 推荐(0)

摘要:REF: http://blog.csdn.net/fightforyourdream/article/details/15333405题目是一道简单的小程序,像下面这样:[java] view plaincopypublic class Test1 { public static void mai... 阅读全文

posted @ 2014-12-18 17:51 Yu's Garden 阅读(659) 评论(0) 推荐(1)

摘要:网上看到的一篇好文,转给大家看看-----------------------------------------------找到一份好工作,或者求其次,找到一份工作,不外乎几个基本条件:job opening, competitor, capability, resume and network。... 阅读全文

posted @ 2014-12-16 16:38 Yu's Garden 阅读(2035) 评论(8) 推荐(0)

摘要:转自:http://www.zhihu.com/question/24295398知乎 Yu Zhang 知乎搜索首页话题发现消息调查类问题名校就读体验修改在卡内基梅隆大学 (Carnegie Mellon University) 就读是怎样一番体验?修改写补充说明 举报 10 条评论 ... 阅读全文

posted @ 2014-11-03 17:40 Yu's Garden 阅读(32047) 评论(2) 推荐(0)

摘要:今天中午刚收到f家的intern offer, 超级开心。在这个版块看了很多也收获很多。onsite前天晚上面就就对自己过了一定发个帖跟需要的人分享下自己的经历。论坛上帖子看了很多,很多拿了FLAG之类公司的人都说自己不是大牛啦,没准备多久啦。 LZ 觉得都太假了。 所以希望LZ的帖子能真正的对之后... 阅读全文

posted @ 2014-10-26 16:48 Yu's Garden 阅读(3520) 评论(0) 推荐(1)

摘要:8个月从CS菜鸟到拿到Google Offer的经历+内推http://blog.csdn.net/fightforyourdream/article/details/17094127http://www.1point3acres.com/bbs/forum.php?mod=viewthread&t... 阅读全文

posted @ 2014-10-25 19:58 Yu's Garden 阅读(7674) 评论(0) 推荐(1)

导航