码迷,mamicode.com
首页 >  
搜索关键字:interview    ( 649个结果
[LintCode] Valid Number 验证数字
Validate if a given string is numeric. Have you met this question in a real interview? Yes Validate if a given string is numeric. Validate if a given ...
分类:其他好文   时间:2016-08-08 00:47:31    阅读次数:138
17、JAVA多线程和并发基础面试问答
JAVA多线程和并发基础面试问答 原文链接:http://ifeve.com/java-multi-threading-concurrency-interview-questions-with-answers/ 多线程和并发问题是Java技术面试中面试官比较喜欢问的问题之一。在这里,从面试的角度列出 ...
分类:编程语言   时间:2016-07-29 17:02:28    阅读次数:255
Route Between Two Nodes in Graph
Given a directed graph, design an algorithm to find out whether there is a route between two nodes. Have you met this question in a real interview? Ye ...
分类:其他好文   时间:2016-07-20 06:34:42    阅读次数:233
经典算法面试题目:Cracking the coding interview–Q1.1
题目: Implement an algorithm to determine if a string has all unique characters. What if you can not use additional data structures? 实现一个算法来判断一个字符串中的字符是否唯一(即没有重复).不能使用额外的数据结构。 (即只使用基本的数据结构) 解答: 首先,你...
分类:编程语言   时间:2016-07-19 15:37:10    阅读次数:200
Simplify Path
Given an absolute path for a file (Unix-style), simplify it. Have you met this question in a real interview? Yes Given an absolute path for a file (Un ...
分类:其他好文   时间:2016-07-17 13:30:40    阅读次数:214
Set Matrix Zeroes
Given a m x n matrix, if an element is 0, set its entire row and column to 0. Do it in place. Have you met this question in a real interview? Yes Give ...
分类:其他好文   时间:2016-07-16 06:26:58    阅读次数:265
Sqrt(x)
Implement int sqrt(int x). Compute and return the square root of x. Have you met this question in a real interview? Yes Implement int sqrt(int x). Com ...
分类:其他好文   时间:2016-07-10 14:00:52    阅读次数:123
Trailing Zeros
Write an algorithm which computes the number of trailing zeros in n factorial. Have you met this question in a real interview? Yes Write an algorithm ...
分类:其他好文   时间:2016-07-06 09:50:44    阅读次数:131
Eric Chen Mock Interview
...
分类:其他好文   时间:2016-06-27 06:53:01    阅读次数:125
Markdown Test
P1 1.1 interview 1.2 invoker show 1.3 Wtf? P2 for example this is a story int main() { printf("Hello World\n"); } 我喜欢你 I LOVE U Test End P1 1.1 interv ...
分类:其他好文   时间:2016-06-24 07:00:50    阅读次数:149
649条   上一页 1 ... 33 34 35 36 37 ... 65 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!