【LeetCode】44. Wildcard Matching 发表于 2019-08-20 | 更新于 2019-08-20 | 分类于 算法与数据结构 > LeetCode 44. 通配符匹配。主题:贪心算法、字符串、动态规划、回溯算法。难度:困难。 阅读全文 »
【LeetCode】43. Multiply Strings 发表于 2019-08-20 | 更新于 2019-08-20 | 分类于 算法与数据结构 > LeetCode 43. 字符串相乘。主题:数学、字符串。难度:中等。 阅读全文 »
【LeetCode】42. Trapping Rain Water 发表于 2019-08-20 | 更新于 2019-08-20 | 分类于 算法与数据结构 > LeetCode 42. 接雨水。主题:栈、数组、双指针。难度:困难。 阅读全文 »
【LeetCode】41. First Missing Positive 发表于 2019-08-19 | 更新于 2019-08-20 | 分类于 算法与数据结构 > LeetCode 41. 缺失的第一个正数。主题:数组。难度:困难。 阅读全文 »
【LeetCode】40. Combination Sum II 发表于 2019-08-19 | 更新于 2019-08-20 | 分类于 算法与数据结构 > LeetCode 40. 组合总和 II。主题:数组、回溯法。难度:中等。 阅读全文 »
【LeetCode】39. Combination Sum 发表于 2019-08-19 | 更新于 2019-08-19 | 分类于 算法与数据结构 > LeetCode 39. 组合总和。主题:数组、回溯。难度:中等。 阅读全文 »
【LeetCode】37. Sudoku Solver 发表于 2019-08-18 | 更新于 2019-08-19 | 分类于 算法与数据结构 > LeetCode 37. 解数独。主题:Hash Table,回溯法。难度:困难。 阅读全文 »
【LeetCode】36. Valid Sudoku 发表于 2019-08-18 | 更新于 2019-08-19 | 分类于 算法与数据结构 > LeetCode 36. 有效的数独。主题:Hash Table。难度:中等。 阅读全文 »
【LeetCode】35. Search Insert Position 发表于 2019-08-18 | 更新于 2019-08-19 | 分类于 算法与数据结构 > LeetCode 35. 搜索插入位置。主题:数组、二分查找。难度:容易。 阅读全文 »
【LeetCode】34. Find First and Last Position of Element in Sorted Array 发表于 2019-08-18 | 更新于 2019-08-19 | 分类于 算法与数据结构 > LeetCode 34. 在排序数组中查找元素的第一个和最后一个位置。主题:数组、二分查找。难度:中等。 阅读全文 »