Loading

摘要: Difficulty: Hard Related Topics: String, Dynamic Programming, Backtracking Link: https://leetcode.com/problems/regular-expression-matching/ Descriptio 阅读全文
posted @ 2020-12-27 13:29 Zhongju.copy() 阅读(81) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Hard Related Topics: String, Dynamic Programming Link: https://leetcode.com/problems/longest-valid-parentheses/ Description Given a string 阅读全文
posted @ 2020-12-27 09:27 Zhongju.copy() 阅读(77) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Hard Related Topics: Array, Binary Search, Divide and Conquer Link: https://leetcode.com/problems/median-of-two-sorted-arrays/ Description 阅读全文
posted @ 2020-12-26 15:42 Zhongju.copy() 阅读(121) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Hard Related Topics: Array, Greedy Link: https://leetcode.com/problems/jump-game-ii/ Description Given an array of non-negative integers n 阅读全文
posted @ 2020-12-26 14:55 Zhongju.copy() 阅读(82) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Hard Related Topics: Array Link: https://leetcode.com/problems/first-missing-positive/ Description Given an unsorted integer array nums, f 阅读全文
posted @ 2020-12-26 10:35 Zhongju.copy() 阅读(105) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Hard Related Topics: Tree, Depth-first Search, Recursion Link: https://leetcode.com/problems/binary-tree-maximum-path-sum/ Description Giv 阅读全文
posted @ 2020-12-25 10:48 Zhongju.copy() 阅读(67) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Hard Related Topics: Hash Table, Two Pointers, String, Sliding Window Link: https://leetcode.com/problems/minimum-window-substring/ Descri 阅读全文
posted @ 2020-12-24 10:26 Zhongju.copy() 阅读(106) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Hard Related Topics: Array, Hash Table, Dynamic Programming, Stack Link: https://leetcode.com/problems/maximal-rectangle/ Description Give 阅读全文
posted @ 2020-12-23 11:35 Zhongju.copy() 阅读(123) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Hard Related Topics: Array, Stack Link: https://leetcode.com/problems/largest-rectangle-in-histogram/ Description Given n non-negative int 阅读全文
posted @ 2020-12-23 11:33 Zhongju.copy() 阅读(67) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Hard Related Topics: Linked List, Divide and Conquer, Heap Link: https://leetcode.com/problems/merge-k-sorted-lists/ Description You are g 阅读全文
posted @ 2020-12-22 09:29 Zhongju.copy() 阅读(81) 评论(0) 推荐(0) 编辑