摘要: 经验tips: Recursion is the best friend of tree-related problems. 一是只要遇到字符串的子序列或配准问题首先考虑动态规划DP,二是只要遇到需要求出所有可能情况首先考虑用递归。 93 - restore IP address 注: A。在ret 阅读全文
posted @ 2016-12-15 09:53 会咬人的兔子 阅读(593) 评论(0) 推荐(0)