Loading

上一页 1 2 3 4 5 6 7 8 ··· 10 下一页
摘要: Difficulty: Medium Related Topics: Dynamic Programming Link: https://leetcode.com/problems/maximal-square/ Description Given an m x n binary matrix fi 阅读全文
posted @ 2020-12-04 10:15 Zhongju.copy() 阅读(57) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Medium Related Topics: Hash Table, Linked List Link: https://leetcode.com/problems/copy-list-with-random-pointer/ Description A linked lis 阅读全文
posted @ 2020-12-03 12:32 Zhongju.copy() 阅读(99) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Medium Related Topics: Linked List, Two Pointer Link: https://leetcode.com/problems/linked-list-cycle-ii/ Description Given a linked list, 阅读全文
posted @ 2020-12-02 09:17 Zhongju.copy() 阅读(68) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Medium Related Topics: Array, Sort Link: https://leetcode.com/problems/merge-intervals/ Description Given an array of intervals where inte 阅读全文
posted @ 2020-12-01 10:57 Zhongju.copy() 阅读(99) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Medium Related Topics: Dynamic Programming Link: https://leetcode.com/problems/word-break/ Description Given a non-empty string s and a di 阅读全文
posted @ 2020-11-30 11:46 Zhongju.copy() 阅读(79) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Medium Related Topics: Binary Search, Dynamic Programming Link: https://leetcode.com/problems/longest-increasing-subsequence/ Description 阅读全文
posted @ 2020-11-29 10:31 Zhongju.copy() 阅读(79) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Medium Related Topics: Binary Search, Divide and Conquer Link: https://leetcode.com/problems/search-a-2d-matrix-ii/ Description Write an e 阅读全文
posted @ 2020-11-29 09:26 Zhongju.copy() 阅读(65) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Medium Related Topics: Array, Hash Table Link: https://leetcode.com/problems/subarray-sum-equals-k/ Description Given an array of integers 阅读全文
posted @ 2020-11-28 11:10 Zhongju.copy() 阅读(83) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Medium Related Topics: Depth-first Search, Breadth-first Search, Graph, Topological Sort Link: https://leetcode.com/problems/course-schedu 阅读全文
posted @ 2020-11-27 12:49 Zhongju.copy() 阅读(135) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Medium Related Topics: Hash Table Link: https://leetcode.com/problems/find-all-anagrams-in-a-string/ Description Given a string s and a no 阅读全文
posted @ 2020-11-26 09:34 Zhongju.copy() 阅读(85) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 10 下一页