摘要: 别想复杂 就一个记录标的 一个记录要对比的 阅读全文
posted @ 2018-09-06 22:07 jasoncool1 阅读(115) 评论(0) 推荐(0) 编辑
摘要: backtrack 再熟悉一下 阅读全文
posted @ 2018-09-06 21:32 jasoncool1 阅读(98) 评论(0) 推荐(0) 编辑
摘要: 恢复内容开始 不一定都要用StringBuilder 可能用String更方便https://leetcode.com/problems/letter-combinations-of-a-phone-number/discuss/8118/Easy-understand-Java-Solution 阅读全文
posted @ 2018-09-06 11:32 jasoncool1 阅读(162) 评论(0) 推荐(0) 编辑
摘要: 注意标准设定的大小不能超过Integer.MAX_VALUE 阅读全文
posted @ 2018-09-06 10:15 jasoncool1 阅读(91) 评论(0) 推荐(0) 编辑
摘要: substring要是取不到东西不会返回"" 而是什么都不返回,所以不能用== "" 判断 要用长度来判断。 阅读全文
posted @ 2018-09-06 09:11 jasoncool1 阅读(96) 评论(0) 推荐(0) 编辑