【LeetCode】54. Spiral Matrix 发表于 2019-08-27 | 更新于 2019-08-28 | 分类于 算法与数据结构 > LeetCode 54. 螺旋矩阵。主题:数组。难度:中等。 阅读全文 »
【LeetCode】53. Maximum Subarray 发表于 2019-08-23 | 更新于 2019-08-28 | 分类于 算法与数据结构 > LeetCode 53. 最大子序和(经典动态规划题目)。主题:数组、分治算法、动态规划。难度:容易。 阅读全文 »
【LeetCode】52. N-Queens II 发表于 2019-08-23 | 更新于 2019-08-27 | 分类于 算法与数据结构 > LeetCode 52. N皇后 II。主题:回溯算法。难度:困难。 阅读全文 »
【LeetCode】51. N-Queens 发表于 2019-08-23 | 更新于 2019-08-27 | 分类于 算法与数据结构 > LeetCode 51. N皇后。主题:回溯算法。难度:困难。 阅读全文 »
【LeetCode】50. Pow(x, n) 发表于 2019-08-23 | 更新于 2019-08-27 | 分类于 算法与数据结构 > LeetCode 50. Pow(x, n)。主题:数学,二分查找。难度:中等。 阅读全文 »
【LeetCode】49. Group Anagrams 发表于 2019-08-23 | 更新于 2019-08-27 | 分类于 算法与数据结构 > LeetCode 49. 字母异位词分组。主题:Hash Table,字符串。难度:中等。 阅读全文 »
【LeetCode】48. Rotate Image 发表于 2019-08-23 | 更新于 2019-08-27 | 分类于 算法与数据结构 > LeetCode 48. 旋转图像。主题:数组。难度:中等。 阅读全文 »
【LeetCode】47. Permutations II 发表于 2019-08-21 | 更新于 2019-08-27 | 分类于 算法与数据结构 > LeetCode 47. 全排列 II。主题:回溯算法。难度:中等。 阅读全文 »
【LeetCode】46. Permutations 发表于 2019-08-21 | 更新于 2019-08-27 | 分类于 算法与数据结构 > LeetCode 46. 全排列。主题:回溯算法。难度:中等。 阅读全文 »
【LeetCode】45. Jump Game II 发表于 2019-08-20 | 更新于 2019-08-20 | 分类于 算法与数据结构 > LeetCode 45. 跳跃游戏 II。主题:贪心算法,数组。难度:困难。 阅读全文 »