码迷,mamicode.com
首页 >  
搜索关键字:interview    ( 649个结果
nth-child(2n)在手机的兼容性
#story-interview .page4 .active-rule li:nth-child(1)
分类:移动开发   时间:2015-07-31 17:58:30    阅读次数:173
CrowdFlower Winner's Interview: 1st place, Chenglong Chen
CrowdFlower Winner's Interview: 1st place, Chenglong ChenTheCrowdflower Search Results Relevancecompetition asked Kagglers toevaluate the accuracy of ...
分类:Windows程序   时间:2015-07-29 21:05:38    阅读次数:239
我的港大申请之路(希望学弟学妹们不要出现我的结局)
In May 2014, I started to apply for HKU. Dr.Heming found me. He wanted to give me an interview. I was pleased to receive his tasks. From May to September 2014, I concentrated myself on his tasks about...
分类:其他好文   时间:2015-07-24 08:04:04    阅读次数:127
50 Excel VBA Oral Interview Questions
Ques 01. What is the difference between ByVal and ByRef and which is default ?Solution: ByRef: If you pass an argument by reference when calling a pro...
分类:编程语言   时间:2015-07-21 16:53:42    阅读次数:241
Two Wrongs Can Make a Right (and Are Difficult to Fix)
Two Wrongs Can Make a Right (and Are Difficult to Fix)Allan KellyCODE NEVER LIES, BUT IT CAN CONTRADICT ITSELF. Some contradictions lead to those “How can that possibly work?” moments. In an interview...
分类:其他好文   时间:2015-07-12 12:52:33    阅读次数:115
[LeetCode] Implement Queue using Stacks
A classic interview question. This link has a nice explanation of the idea using two stacks and its amortized time complexity.I use the same idea in m...
分类:其他好文   时间:2015-07-07 12:33:18    阅读次数:102
Google interview question: count bounded slices(min/max queue)
Question:A Slice of an array said to be a Bounded slice if Max(SliceArray)-Min(SliceArray) stack = new LinkedList(); private Deque minStack = new L...
分类:其他好文   时间:2015-07-03 01:42:10    阅读次数:208
How Much Did It Rain? Winner's Interview: 1st place, Devin Anzelmo
How Much Did It Rain? Winner's Interview: 1st place, Devin AnzelmoAn early insight into the importance of splitting the data on the number of radar sc...
分类:Windows程序   时间:2015-07-02 20:57:27    阅读次数:296
Google interview question: disjoint-set questions
Question:Given a n,m which means the row and column of the 2D matrix and an array of pair A( size k). Originally, the 2D matrix is all 0 which means t...
分类:其他好文   时间:2015-07-02 06:36:01    阅读次数:162
Google interview question: k-nearest neighbor (k-d tree)
Question:You are given information about hotels in a country/city. X and Y coordinates of each hotel are known. You need to suggest the list of neares...
分类:其他好文   时间:2015-07-01 06:14:04    阅读次数:233
649条   上一页 1 ... 41 42 43 44 45 ... 65 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!