摘要:
Difficulty: Medium Related Topics: Tree, Breadth-first Search Link: https://leetcode.com/problems/binary-tree-level-order-traversal/ Description Given 阅读全文
摘要:
Difficulty: Easy Related Topics: Array, Two Pointers, Binary Search Link: https://leetcode.com/problems/find-the-duplicate-number/ Description Given a 阅读全文
摘要:
Difficulty: Medium Related Topics: Divide and Conqer, Heap Link: https://leetcode.com/problems/kth-largest-element-in-an-array/ Description Find the k 阅读全文
摘要:
Difficulty: Medium Related Topics: Array, Backtracking Link: https://leetcode.com/problems/combination-sum/ Description Given an array of distinct int 阅读全文
摘要:
Difficulty: Medium Related Topics: Hash Table, String Link: https://leetcode.com/problems/group-anagrams/ Description Given an array of strings strs, 阅读全文
摘要:
Difficulty: Medium Related Topics: Array Link: https://leetcode.com/problems/rotate-image/ Description You are given an n x n 2D matrix representing a 阅读全文
摘要:
Difficulty: Medium Related Topics: String, Dynamic Programming Link: https://leetcode.com/problems/palindromic-substrings/ Description Given a string, 阅读全文
摘要:
Difficulty: Medium Related Topics: Array Link: https://leetcode.com/problems/product-of-array-except-self/ Description Given an array nums of n intege 阅读全文
摘要:
Difficulty: Medium Related Topics: Binary Search, Tree Link: https://leetcode.com/problems/kth-smallest-element-in-a-bst/ Description Given a binary s 阅读全文
摘要:
Difficulty: Medium Related Topics: Hash Table, Heap Link: https://leetcode.com/problems/top-k-frequent-elements/ Description Given a non-empty array o 阅读全文