2013年9月25日

[leetcode.com]算法题目 - Length of Last Word

摘要: Given a stringsconsists of upper/lower-case alphabets and empty space characters' ', return the length of last word in the string.If the last word does not exist, return 0.Note:A word is defined as a character sequence consists of non-space characters only.For example,Givens="Hello Worl 阅读全文

posted @ 2013-09-25 22:48 Horstxu 阅读(346) 评论(0) 推荐(0)

[leetcode.com]算法题目 - Sqrt(x)

摘要: Implementint sqrt(int x).Compute and return the square root ofx. 1 class Solution { 2 public: 3 int sqrt(int x) { 4 // Start typing your C/C++ solution below 5 // DO NOT write int main() function 6 if(xb)17 return temp;18 else if(temp<a && temp... 阅读全文

posted @ 2013-09-25 21:51 Horstxu 阅读(414) 评论(0) 推荐(0)

导航