Loading

上一页 1 2 3 4 5 6 ··· 10 下一页
摘要: Difficulty: Hard Related Topics: Heap, Sliding Window, Dequeue Link: https://leetcode.com/problems/sliding-window-maximum/ Description You are given a 阅读全文
posted @ 2020-12-21 10:04 Zhongju.copy() 阅读(89) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Hard Related Topics: Array, Union Find Link: https://leetcode.com/problems/longest-consecutive-sequence/ Description Given an unsorted arr 阅读全文
posted @ 2020-12-20 14:14 Zhongju.copy() 阅读(72) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Hard Related Topics: Heap, Design Link: https://leetcode.com/problems/find-median-from-data-stream/ Description Median is the middle value 阅读全文
posted @ 2020-12-20 13:39 Zhongju.copy() 阅读(102) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Hard Related Topics: String, Dynamic Programming Link: https://leetcode.com/problems/edit-distance/ Description Given two strings word1 an 阅读全文
posted @ 2020-12-19 10:48 Zhongju.copy() 阅读(27) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Hard Related Topics: Tree, Design Link: https://leetcode.com/problems/serialize-and-deserialize-binary-tree/ Description Serialization is 阅读全文
posted @ 2020-12-18 09:42 Zhongju.copy() 阅读(85) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Hard Related Topics: Array, Two Pointers, Stack Link: https://leetcode.com/problems/trapping-rain-water/ Description Given n non-negative 阅读全文
posted @ 2020-12-17 09:53 Zhongju.copy() 阅读(70) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Medium Related Topics: Array, Two Pointers Link: https://leetcode.com/problems/3sum/ Description Given an array nums of n integers, are th 阅读全文
posted @ 2020-12-16 10:00 Zhongju.copy() 阅读(53) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Medium Related Topics: Tree, Depth-first Search, Recursion Link: https://leetcode.com/problems/validate-binary-search-tree/ Description Gi 阅读全文
posted @ 2020-12-15 09:44 Zhongju.copy() 阅读(87) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Medium Related Topics: String, Dynamic Programming Link: https://leetcode.com/problems/longest-palindromic-substring/ Description Given a 阅读全文
posted @ 2020-12-14 11:10 Zhongju.copy() 阅读(89) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Medium Related Topics: Hash Table, Two Pointers, String, Sliding Window. Link: https://leetcode.com/problems/longest-substring-without-rep 阅读全文
posted @ 2020-12-13 10:44 Zhongju.copy() 阅读(66) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 10 下一页