摘要:
2014-05-10 23:45题目链接原题:Arrange the numbers in an array in alternating order. For example if the array is [a1, a2, a3, a4.. ]arrange the array such tha... 阅读全文
摘要:
2014-05-10 23:26题目链接原题:what is the best,worst and average case complexity for fibonacci no.s ..explain?题目:计算斐波那契数的最好、最坏、平均复杂度是多少?解法:计算斐波那契数倒是有好多方法,不过平... 阅读全文
摘要:
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 ... 阅读全文
摘要:
2014-05-10 22:30题目链接原题:Design database locks to allow r/w concurrency and data consistency.题目:设计一个支持并行读写并保证数据一致性的数据库锁。解法:这是什么范畴的面试题?对于我这种完全没有相关项目经验的人,... 阅读全文
摘要:
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... 阅读全文
摘要:
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... 阅读全文
摘要:
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.... 阅读全文
摘要:
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... 阅读全文
摘要:
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... 阅读全文
摘要:
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... 阅读全文