上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 51 下一页
2014年5月10日
摘要: 2014-05-10 22:58题目链接原题:Three points are given A(x1, y1), B(x2, y2), C(x3, y3). Write a method returning an array of points (x, y) inside the triangle ... 阅读全文
posted @ 2014-05-10 23:23 zhuli19901106 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 2014-05-10 22:30题目链接原题:Design database locks to allow r/w concurrency and data consistency.题目:设计一个支持并行读写并保证数据一致性的数据库锁。解法:这是什么范畴的面试题?对于我这种完全没有相关项目经验的人,... 阅读全文
posted @ 2014-05-10 22:49 zhuli19901106 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 2014-05-10 22:17题目链接原题:A draw method is given, write a function to draw a chess board. The Draw method, draws a square and has parameters row positio... 阅读全文
posted @ 2014-05-10 22:27 zhuli19901106 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 2014-05-10 21:56题目链接原题:Suppose you get number of unique users every second from bing For eg, 2,4,5,1,2,etc You need to write a web service method , su... 阅读全文
posted @ 2014-05-10 22:16 zhuli19901106 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 2014-05-10 20:31题目链接原题:Given an array of integers and a length L, find a sub-array of length L such that the products of all integers are the biggest.... 阅读全文
posted @ 2014-05-10 20:52 zhuli19901106 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 2014-05-10 07:06题目链接原题:Suppose you have a collection of collection Eg : CEO-> Vps-> GMs ->.. CEO will contain collection of VP's, VP's will have colle... 阅读全文
posted @ 2014-05-10 07:15 zhuli19901106 阅读(221) 评论(0) 推荐(0) 编辑
摘要: 2014-05-10 06:51题目链接原题:"How would you find the number of gas stations in the United States?" *You cannot look up any concrete information (like the av... 阅读全文
posted @ 2014-05-10 07:03 zhuli19901106 阅读(231) 评论(0) 推荐(0) 编辑
摘要: 2014-05-10 06:38题目链接原题:What do you think is the next big thing in technology? For example, search engine is Google, social media is Facebook, etc. etc... 阅读全文
posted @ 2014-05-10 06:46 zhuli19901106 阅读(153) 评论(0) 推荐(0) 编辑
2014年5月9日
摘要: 2014-05-08 23:45题目链接原题:How would you use Dijkstra's algorithm to solve travel salesman problem, which is to find a shortest path from a starting node ... 阅读全文
posted @ 2014-05-09 00:00 zhuli19901106 阅读(233) 评论(0) 推荐(0) 编辑
2014年5月8日
摘要: 2014-05-08 23:18题目链接原题:If you have data coming in rapid succession what is the best way of dealing with redundant data?题目:如果你有大量数据流入,如何处理冗余数据?解法:又是“Gu... 阅读全文
posted @ 2014-05-08 23:44 zhuli19901106 阅读(141) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 51 下一页