Loading

上一页 1 2 3 4 5 6 7 ··· 10 下一页
摘要: Difficulty: Medium Related Topics: Array Link: https://leetcode.com/problems/shortest-unsorted-continuous-subarray/ Description Given an integer array 阅读全文
posted @ 2020-12-13 10:39 Zhongju.copy() 阅读(72) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Medium Related Topics: Array, Dynamic Programming Link: https://leetcode.com/problems/maximum-product-subarray/ Description Given an integ 阅读全文
posted @ 2020-12-12 15:16 Zhongju.copy() 阅读(67) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Medium Related Topics: Linked List, Math Link: https://leetcode.com/problems/add-two-numbers/ Description You are given two non-empty link 阅读全文
posted @ 2020-12-11 09:17 Zhongju.copy() 阅读(61) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Medium Related Topics: Design Link: https://leetcode.com/problems/lru-cache/ Description Design a data structure that follows the constrai 阅读全文
posted @ 2020-12-10 14:49 Zhongju.copy() 阅读(114) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Medium Related Topics: Array, Greedy Link: https://leetcode.com/problems/jump-game/ Description Given an array of non-negative integers, y 阅读全文
posted @ 2020-12-09 09:50 Zhongju.copy() 阅读(98) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Medium Related Topics: Array, Binary Search Link: https://leetcode.com/problems/search-in-rotated-sorted-array/ Description You are given 阅读全文
posted @ 2020-12-08 10:27 Zhongju.copy() 阅读(64) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Medium Related Topics: Linked List, Two Pointers Link: https://leetcode.com/problems/remove-nth-node-from-end-of-list/ Description Given t 阅读全文
posted @ 2020-12-07 10:49 Zhongju.copy() 阅读(60) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Medium Related Topics: Array, Backtracking Link: https://leetcode.com/problems/word-search/ Description Given an m x n board and a word, f 阅读全文
posted @ 2020-12-06 16:29 Zhongju.copy() 阅读(96) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Medium Related Topics: Dynamic Programming Link: https://leetcode.com/problems/coin-change/ Description You are given coins of different d 阅读全文
posted @ 2020-12-06 15:47 Zhongju.copy() 阅读(105) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Medium Related Topics: Array, Binary Search Link: https://leetcode.com/problems/find-first-and-last-position-of-element-in-sorted-array/ D 阅读全文
posted @ 2020-12-05 09:26 Zhongju.copy() 阅读(109) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 10 下一页