Implement strStr().Returns the index of the first occurrence of needle in haystack, or -1 if needle is not part of haystack.Analyse: Pay special atten...
分类:
其他好文 时间:
2015-04-19 16:10:13
阅读次数:
127
Implement a Shell by yourself -- MIT xv6 shell
这个其实是作为6.828的一个小课堂作业 ...
着重分析构建思想和过程,具体代码实现去github可以找到.
https://github.com/jasonleaster/MIT_6_828_assignments_2012/blob/homework1/sh.c
...
分类:
系统相关 时间:
2015-04-19 06:30:39
阅读次数:
256
Implement pow(x,n).Analyse: To avoid exceeding time, first consider the basic situation, see line5~11; then set some precision s.t. when the differenc...
分类:
其他好文 时间:
2015-04-18 12:55:36
阅读次数:
137
题目:Implement pow(x,n).链接:http://leetcode.com/problems/powx-n/题解:测试:
分类:
其他好文 时间:
2015-04-18 01:07:01
阅读次数:
117
题目:Implement next permutation, which rearranges numbers into the lexicographically next greater permutation of numbers.If such arrangement is not poss...
分类:
其他好文 时间:
2015-04-17 17:52:02
阅读次数:
108
String to Integer (atoi)
Implement atoi to convert a string to an integer.
Hint: Carefully consider all possible input cases. If you want a challenge, please do not see below and ask yourself ...
分类:
其他好文 时间:
2015-04-17 15:46:41
阅读次数:
133
问题描述
Implement strStr().
Returns the index of the first occurrence of needle in haystack, or -1 if needle is not part of haystack.
Update (2014-11-02):
The signature of the function had be...
分类:
其他好文 时间:
2015-04-17 11:31:01
阅读次数:
111
Implement strStr().Returns the index of the first occurrence of needle in haystack, or -1 if needle is not part of haystack.Update (2014-11-02):The si...
分类:
其他好文 时间:
2015-04-16 19:18:21
阅读次数:
110
Implement an iterator over a binary search tree (BST). Your iterator will be initialized with the root node of a BST.Calling next() will return the next smallest number in the BST.Note: next() and has...
分类:
其他好文 时间:
2015-04-16 17:45:41
阅读次数:
151
启动报错: java.lang.Error: Unresolved compilation problems:? The import org.apache.poi.hssf.usermodel.HSSFWorkbook cannot be resolved The type JeecgSingleExcelView must implement the inherited ab...
分类:
其他好文 时间:
2015-04-16 12:38:33
阅读次数:
571