有一天我们渺小的作为 或许 会巨大震动整个世界:
博客地址:https://www.cnblogs.com/shanyr/
有一天我们渺小的作为 或许 会巨大震动整个世界:
博客地址:https://www.cnblogs.com/shanyr/
Leetcode 17. Letter Combinations of a Phone Number(水)
Leetcode 15. Sum(二分或者暴力或者哈希都可以)
Leetcode 13. Roman to Integer(水)
Leetcode 7. Reverse Integer(水)
Leetcode 5. Longest Palindromic Substring(最长回文子串, Manacher算法)
Leetcode 3. Longest Substring Without Repeating Characters(string 用法 水题)
hdu_1041(Computer Transformation) 大数加法模板+找规律
http://acm.hdu.edu.cn/showproblem.php?pid=1039(水~)
R中的高效批量处理函数(lapply sapply apply tapply mapply)(转)
Leetcode 16. 3Sum Closest(指针搜索)
ACM 求全排列(字典序邻位对换递增进位制数,递减进位制数)