题解
文章平均质量分 78
cs_linyf
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
LeetCode[126.Word Ladder II]题解 难度[hard]
**题目** Given two words (beginWord and endWord), and a dictionary’s word list, find all shortest transformation sequence(s) from beginWord toendWord, such that: 1. Only one letter can be changed at a原创 2016-09-11 16:05:34 · 417 阅读 · 0 评论 -
LeetCode [416. Partition Equal Subset Sum] 难度[medium]
动态规划和递归解决问题原创 2016-10-27 18:38:45 · 435 阅读 · 0 评论 -
LeetCode[392. Is Subsequence] 难度[medium]
动态规划和普通算法对比原创 2016-10-27 19:37:09 · 354 阅读 · 0 评论 -
LeetCode [363. Max Sum of Rectangle No Larger Than K] 难度[hard]
小于k的最大矩阵和问题原创 2016-11-03 23:20:01 · 438 阅读 · 0 评论 -
LeetCode[241. Different Ways to Add Parentheses] 难度[medium]
分治算法以及menmorization优化原创 2016-09-21 23:28:15 · 347 阅读 · 0 评论 -
LeetCode [37. Sudoku Solver] 难度[hard]
使用回溯算法解数独问题原创 2016-10-08 19:52:01 · 659 阅读 · 0 评论 -
LeetCode[127. Word Ladder] 题解 难度[medium]
C++语言,使用BFS解决word ladder问题原创 2016-09-06 15:14:04 · 3122 阅读 · 0 评论 -
LeetCode[312. Burst Balloons] 难度[hard]
分治算法和动态规划解决问题原创 2016-09-16 14:29:29 · 343 阅读 · 0 评论 -
LeetCode[169. Majority Elemen] 难度[easy]
多种算法解决Majority Element原创 2016-09-15 19:38:26 · 248 阅读 · 0 评论 -
LeetCode[136. Single Number] 难度[easy]
异或运算符原创 2016-09-13 20:36:47 · 274 阅读 · 0 评论 -
LeetCode[377. Combination Sum IV] 难度[medium]
动态规划原创 2016-10-27 21:29:11 · 607 阅读 · 0 评论
分享