摘要:
Difficulty: Medium Related Topics: Array Link: https://leetcode.com/problems/shortest-unsorted-continuous-subarray/ Description Given an integer array 阅读全文
摘要:
Difficulty: Medium Related Topics: Array, Dynamic Programming Link: https://leetcode.com/problems/maximum-product-subarray/ Description Given an integ 阅读全文
摘要:
Difficulty: Medium Related Topics: Linked List, Math Link: https://leetcode.com/problems/add-two-numbers/ Description You are given two non-empty link 阅读全文
摘要:
Difficulty: Medium Related Topics: Design Link: https://leetcode.com/problems/lru-cache/ Description Design a data structure that follows the constrai 阅读全文
摘要:
Difficulty: Medium Related Topics: Array, Greedy Link: https://leetcode.com/problems/jump-game/ Description Given an array of non-negative integers, y 阅读全文
摘要:
Difficulty: Medium Related Topics: Array, Binary Search Link: https://leetcode.com/problems/search-in-rotated-sorted-array/ Description You are given 阅读全文
摘要:
Difficulty: Medium Related Topics: Linked List, Two Pointers Link: https://leetcode.com/problems/remove-nth-node-from-end-of-list/ Description Given t 阅读全文
摘要:
Difficulty: Medium Related Topics: Array, Backtracking Link: https://leetcode.com/problems/word-search/ Description Given an m x n board and a word, f 阅读全文
摘要:
Difficulty: Medium Related Topics: Dynamic Programming Link: https://leetcode.com/problems/coin-change/ Description You are given coins of different d 阅读全文
摘要:
Difficulty: Medium Related Topics: Array, Binary Search Link: https://leetcode.com/problems/find-first-and-last-position-of-element-in-sorted-array/ D 阅读全文