
leetcode
立杰说
自己搭建的博客:https://qwerty200696.github.io/
CSDN也会不定期更新。
展开
-
判断回文数(三种解法)—— Leetcode(9)
判断回文数(三种解法)—— Leetcode(9) Leetcode链接:9. Palindrome NumberPalindrome Number,即判断是否为回文数,并且题目要求不能使用额外的空间。原创 2018-01-13 21:16:14 · 10873 阅读 · 2 评论 -
动手实现atoi函数—— Leetcode(8)
动手实现atoi函数—— Leetcode(8) 题目链接:8. 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 b原创 2018-01-13 21:18:42 · 315 阅读 · 0 评论