Loading

上一页 1 ··· 3 4 5 6 7 8 9 10 下一页
摘要: Difficulty: Medium Related Topics: Tree, Breadth-first Search Link: https://leetcode.com/problems/binary-tree-level-order-traversal/ Description Given 阅读全文
posted @ 2020-11-07 09:18 Zhongju.copy() 阅读(59) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Easy Related Topics: Array, Two Pointers, Binary Search Link: https://leetcode.com/problems/find-the-duplicate-number/ Description Given a 阅读全文
posted @ 2020-11-06 10:02 Zhongju.copy() 阅读(70) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Medium Related Topics: Divide and Conqer, Heap Link: https://leetcode.com/problems/kth-largest-element-in-an-array/ Description Find the k 阅读全文
posted @ 2020-11-05 09:33 Zhongju.copy() 阅读(71) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Medium Related Topics: Array, Backtracking Link: https://leetcode.com/problems/combination-sum/ Description Given an array of distinct int 阅读全文
posted @ 2020-11-04 09:38 Zhongju.copy() 阅读(94) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Medium Related Topics: Hash Table, String Link: https://leetcode.com/problems/group-anagrams/ Description Given an array of strings strs, 阅读全文
posted @ 2020-11-03 09:05 Zhongju.copy() 阅读(193) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Medium Related Topics: Array Link: https://leetcode.com/problems/rotate-image/ Description You are given an n x n 2D matrix representing a 阅读全文
posted @ 2020-11-02 08:55 Zhongju.copy() 阅读(82) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Medium Related Topics: String, Dynamic Programming Link: https://leetcode.com/problems/palindromic-substrings/ Description Given a string, 阅读全文
posted @ 2020-11-01 12:37 Zhongju.copy() 阅读(69) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Medium Related Topics: Array Link: https://leetcode.com/problems/product-of-array-except-self/ Description Given an array nums of n intege 阅读全文
posted @ 2020-11-01 12:34 Zhongju.copy() 阅读(72) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Medium Related Topics: Binary Search, Tree Link: https://leetcode.com/problems/kth-smallest-element-in-a-bst/ Description Given a binary s 阅读全文
posted @ 2020-10-31 09:23 Zhongju.copy() 阅读(60) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Medium Related Topics: Hash Table, Heap Link: https://leetcode.com/problems/top-k-frequent-elements/ Description Given a non-empty array o 阅读全文
posted @ 2020-10-30 09:40 Zhongju.copy() 阅读(139) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 下一页