Loading

上一页 1 ··· 4 5 6 7 8 9 10 下一页
摘要: Difficulty: Medium Related Topics: Array, Backtracking, Bit Manipulation Link: https://leetcode.com/problems/subsets/ Description Given a set of disti 阅读全文
posted @ 2020-10-29 09:12 Zhongju.copy() 阅读(86) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Medium Related Topics: String, Backtracking Link: https://leetcode.com/problems/generate-parentheses/ Description Given n pairs of parenth 阅读全文
posted @ 2020-10-28 09:13 Zhongju.copy() 阅读(95) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Medium Related Topics: Hash Table, Stack Link: https://leetcode.com/problems/daily-temperatures/ Description Given a list of daily tempera 阅读全文
posted @ 2020-10-27 09:52 Zhongju.copy() 阅读(140) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Medium Related Topics: Greedy Link: https://leetcode.com/problems/queue-reconstruction-by-height/ Description Suppose you have a random li 阅读全文
posted @ 2020-10-26 13:00 Zhongju.copy() 阅读(72) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Medium Related Topics: Backtracking Link: https://leetcode.com/problems/permutations/ Description Given a collection of distinct integers, 阅读全文
posted @ 2020-10-26 12:53 Zhongju.copy() 阅读(69) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Medium Related Topics: Hash Table, Stack, Tree Link: https://leetcode.com/problems/binary-tree-inorder-traversal/ Description Given the ro 阅读全文
posted @ 2020-10-26 12:49 Zhongju.copy() 阅读(112) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Medium Related Topics: Dynamic Programming, Bit Manipulation Link: https://leetcode.com/problems/counting-bits/ Description Given a non ne 阅读全文
posted @ 2020-10-24 09:34 Zhongju.copy() 阅读(100) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Medium Related Topics: Two Pointers, Greedy Link: https://leetcode.com/problems/partition-labels/ Description A string S of lowercase Engl 阅读全文
posted @ 2020-10-23 09:16 Zhongju.copy() 阅读(98) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Easy Related Topics: String, Stack Link: https://leetcode.com/problems/valid-parentheses/ Description Given a string s containing just the 阅读全文
posted @ 2020-10-22 15:47 Zhongju.copy() 阅读(97) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Easy Related Topics: Linked List, Two Pointers Link: https://leetcode.com/problems/palindrome-linked-list/ Description Given a singly link 阅读全文
posted @ 2020-10-21 09:30 Zhongju.copy() 阅读(56) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 下一页