码迷,mamicode.com
首页 >  
搜索关键字:interview    ( 649个结果
20条Linux命令面试问答
程序师 http://www.techug.com/20-linux-command-interview-questions问:1 如何查看当前的Linux服务器的运行级别?答: ‘who -r’ 和 ‘runlevel’ 命令可以用来查看当前的Linux服务器的运行级别。问:2 如何查看Linux...
分类:系统相关   时间:2015-06-02 14:45:36    阅读次数:237
Leetcode#217Contains Duplicate
ContainsDuplicateTotalAccepted:1202TotalSubmissions:3067MySubmissionsQuestionSolutionGivenanarrayofintegers,findifthearraycontainsanyduplicates.Yourfunctionshouldreturntrueifanyvalueappearsatleasttwiceinthearray,anditshouldreturnfalseifeveryelementisdistinc..
分类:其他好文   时间:2015-05-26 06:52:18    阅读次数:120
taiyi_interview(Introduction To Database Refactoring)
Introduction To Database Refactoring原文链接:byScott W. Ambler;http://www.tdan.com/view-articles/5010/Published: July 1, 2006Published in TDAN.com July 20...
分类:数据库   时间:2015-05-26 00:06:15    阅读次数:165
Leetcode#12Integer to Roman
IntegertoRomanTotalAccepted:31922TotalSubmissions:91429MySubmissionsQuestionSolutionGivenaninteger,convertittoaromannumeral.Inputisguaranteedtobewithintherangefrom1to3999.ShowTagsHaveyoumetthisquestioninarealinterview?YesNoDiscuss【题目】Givenaromannumeral,..
分类:其他好文   时间:2015-05-23 06:33:14    阅读次数:112
JAVA多线程和并发基础面试问答
原文链接:http://ifeve.com/java-multi-threading-concurrency-interview-questions-with-answers/ 多线程和并发问题是Java技术面试中面试官比较喜欢问的问题之一。在这里,从面试的角度列出了大部分重要的问题,但是你仍然应....
分类:编程语言   时间:2015-05-22 16:42:57    阅读次数:141
Leetcode#5Longest Palindromic Substring
LongestPalindromicSubstringTotalAccepted:49558TotalSubmissions:238911MySubmissionsQuestionSolutionGivenastringS,findthelongestpalindromicsubstringinS.YoumayassumethatthemaximumlengthofSis1000,andthereexistsoneuniquelongestpalindromicsubstring.ShowTagsHaveyo..
分类:其他好文   时间:2015-05-20 02:17:58    阅读次数:122
Leetcode#121Best Time to Buy and Sell Stock
BestTimetoBuyandSellStockTotalAccepted:49995TotalSubmissions:153488MySubmissionsQuestionSolutionSayyouhaveanarrayforwhichtheithelementisthepriceofagivenstockondayi.Ifyouwereonlypermittedtocompleteatmostonetransaction(ie,buyoneandselloneshareofthestock),desi..
分类:其他好文   时间:2015-05-17 18:52:08    阅读次数:106
【剑指offer】包括min函数的栈
转载请注明出处:http://blog.csdn.net/ns_code/article/details/26064213 剑指offer上的第21题,之前在Cracking the Coding interview上做过,思路參考这里,这次写了測试函数,在九度OJ上測试通过。题目描写叙述:定义栈....
分类:其他好文   时间:2015-05-15 15:18:46    阅读次数:196
[leetcode] Reverse Linked List
Reverse Linked ListReverse a singly linked list.click to show more hints.Have you met this question in a real interview?class Solution{public: ListNo....
分类:其他好文   时间:2015-05-05 11:53:38    阅读次数:115
Leetcode#26Remove Duplicates from Sorted Array
RemoveDuplicatesfromSortedArrayTotalAccepted:58349TotalSubmissions:185013MySubmissionsQuestionSolutionGivenasortedarray,removetheduplicatesinplacesuchthateachelementappearonlyonceandreturnthenewlength.Donotallocateextraspaceforanotherarray,youmustdothisinpl..
分类:其他好文   时间:2015-04-30 01:10:44    阅读次数:232
649条   上一页 1 ... 43 44 45 46 47 ... 65 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!