【LeetCode】79. Word Search 发表于 2019-08-30 | 更新于 2019-09-03 | 分类于 算法与数据结构 > LeetCode 79.单词搜索。主题:数组、回溯算法。难度:中等。 阅读全文 »
【LeetCode】78. Subsets 发表于 2019-08-30 | 更新于 2019-08-30 | 分类于 算法与数据结构 > LeetCode 78. 子集。主题:位运算、数组、回溯算法。难度:中等。 阅读全文 »
【LeetCode】77. Combinations 发表于 2019-08-30 | 更新于 2019-08-30 | 分类于 算法与数据结构 > LeetCode 77. 组合。主题:回溯算法。难度:中等。 阅读全文 »
【LeetCode】76. Minimum Window Substring 发表于 2019-08-30 | 更新于 2019-08-30 | 分类于 算法与数据结构 > LeetCode 76. 最小覆盖子串。主题:Hash Table、双指针、字符串、滑动窗口。难度:困难。 阅读全文 »
【LeetCode】75. Sort Colors 发表于 2019-08-29 | 更新于 2019-08-30 | 分类于 算法与数据结构 > LeetCode 75. 颜色分类。主题:排序、数组、双指针。难度:中等。 阅读全文 »
【LeetCode】74. Search a 2D Matrix 发表于 2019-08-29 | 更新于 2019-08-30 | 分类于 算法与数据结构 > LeetCode 74. 搜索二维矩阵。主题:数组、二分查找。难度:中等。 阅读全文 »
【LeetCode】73. Set Matrix Zeroes 发表于 2019-08-29 | 更新于 2019-08-30 | 分类于 算法与数据结构 > LeetCode 73. 矩阵置零。主题:数组。难度:中等。 阅读全文 »
【LeetCode】72. Edit Distance 发表于 2019-08-29 | 更新于 2019-08-30 | 分类于 算法与数据结构 > LeetCode 72. 编辑距离。主题:字符串、动态规划。难度:困难。 阅读全文 »
【LeetCode】70. Climbing Stairs 发表于 2019-08-29 | 更新于 2019-08-30 | 分类于 算法与数据结构 > LeetCode 70. 爬楼梯。主题:动态规划。难度:容易。 阅读全文 »
【LeetCode】69. Sqrt(x) 发表于 2019-08-29 | 更新于 2019-08-30 | 分类于 算法与数据结构 > LeetCode 69. x 的平方根。主题:数学,二分查找。难度:容易。 阅读全文 »