摘要: Implement int sqrt(int x). Compute and return the square root of x. 转自:http://blog.csdn.net/doc_sgl/article/details/12404971 实际面试遇到的题目可能不是对一个整数开方,而是对一 阅读全文
posted @ 2015-06-14 10:40 linqiaozhou 阅读(741) 评论(0) 推荐(0)
摘要: You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single 阅读全文
posted @ 2015-06-14 10:28 linqiaozhou 阅读(262) 评论(0) 推荐(0)