摘要: https://leetcode.com/problems/remove nth node from end of list/ 阅读全文
posted @ 2019-05-04 09:40 benda 阅读(78) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/4sum/ 阅读全文
posted @ 2019-05-03 08:25 benda 阅读(148) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/letter combinations of a phone number/ python版本 阅读全文
posted @ 2019-05-03 08:23 benda 阅读(77) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/3sum closest/ 阅读全文
posted @ 2019-05-02 22:28 benda 阅读(76) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/3sum/ python版本 阅读全文
posted @ 2019-05-02 22:05 benda 阅读(71) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/longest common prefix/ python版本 阅读全文
posted @ 2019-04-26 14:22 benda 阅读(91) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/roman to integer/ python版本 阅读全文
posted @ 2019-04-26 14:08 benda 阅读(111) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/integer to roman/submissions/ python版本 阅读全文
posted @ 2019-04-26 13:53 benda 阅读(121) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/container with most water/ 阅读全文
posted @ 2019-04-26 13:16 benda 阅读(87) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/regular expression matching/ cpp class Solution { public: bool isMatch(string s, string p) { / 动态规划问题: dp[i][j]代表s[0...i 阅读全文
posted @ 2019-04-25 17:18 benda 阅读(61) 评论(0) 推荐(0) 编辑