【LeetCode】33. Search in Rotated Sorted Array 发表于 2019-08-18 | 更新于 2019-08-19 | 分类于 算法与数据结构 > LeetCode 33. 搜索旋转排序数组。主题:数组、二分查找。难度:中等。 阅读全文 »
【LeetCode】32. Longest Valid Parentheses 发表于 2019-08-18 | 更新于 2019-08-19 | 分类于 算法与数据结构 > LeetCode 32. 最长有效括号。主题:字符串、动态规划。难度:困难。 阅读全文 »
【LeetCode】25. Reverse Nodes in k-Group 发表于 2019-08-17 | 更新于 2019-08-19 | 分类于 算法与数据结构 > LeetCode 25. K 个一组翻转链表。主题:链表。难度:困难。 阅读全文 »
【LeetCode】24. Swap Nodes in Pairs 发表于 2019-08-17 | 更新于 2019-08-19 | 分类于 算法与数据结构 > LeetCode 24. 两两交换链表中的节点。主题:链表。难度:中等。 阅读全文 »
【LeetCode】23. Merge k Sorted Lists 发表于 2019-08-17 | 更新于 2019-08-19 | 分类于 算法与数据结构 > LeetCode 23. 合并K个排序链表。主题:堆、链表、分治算法。难度:困难。 阅读全文 »
【LeetCode】22. Generate Parentheses 发表于 2019-08-17 | 更新于 2019-08-19 | 分类于 算法与数据结构 > LeetCode 22. 括号生成。主题:字符串,回溯。难度:中等。 阅读全文 »
【LeetCode】21. Merge Two Sorted Lists 发表于 2019-08-17 | 更新于 2019-08-19 | 分类于 算法与数据结构 > LeetCode 21. 合并两个有序链表。主题:链表。难度:容易。 阅读全文 »
【LeetCode】20. Valid Parentheses 发表于 2019-08-16 | 更新于 2019-08-16 | 分类于 算法与数据结构 > LeetCode 20. 有效的括号。主题:栈、字符串。难度:容易。 阅读全文 »
【LeetCode】19. Remove Nth Node From End of List 发表于 2019-08-16 | 更新于 2019-08-16 | 分类于 算法与数据结构 > LeetCode 19. 删除链表的倒数第N个节点。主题:链表、双指针。难度:中等。 阅读全文 »
【LeetCode】17. Letter Combinations of a Phone Number 发表于 2019-08-15 | 更新于 2019-09-05 | 分类于 算法与数据结构 > LeetCode 17. 电话号码的字母组合。主题:字符串,回溯算法。难度:中等。 阅读全文 »