Loading

摘要: Difficulty: Medium Related Topics: Dynamic Programming Link: https://leetcode.com/problems/partition-equal-subset-sum/ Description Given a non-empty a 阅读全文
posted @ 2020-11-25 11:19 Zhongju.copy() 阅读(98) 评论(0) 推荐(0)
摘要: Difficulty: Medium Related Topics: Linked List, Sort Link: https://leetcode.com/problems/sort-list/ Description Given the head of a linked list, retur 阅读全文
posted @ 2020-11-24 10:22 Zhongju.copy() 阅读(88) 评论(0) 推荐(0)
摘要: Difficulty: Medium Related Topics: Dynamic Programming, Depth-first Search Link: https://leetcode.com/problems/target-sum/ Description You are given a 阅读全文
posted @ 2020-11-23 11:46 Zhongju.copy() 阅读(100) 评论(0) 推荐(0)
摘要: Difficulty: Medium Related Topics: Tree Link: https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-tree/ Description Given a binary tree, 阅读全文
posted @ 2020-11-22 14:10 Zhongju.copy() 阅读(50) 评论(0) 推荐(0)
摘要: Difficulty: Medium Related Topics: Tree Link: https://leetcode.com/problems/path-sum-iii/ Description You are given a binary tree in which each node c 阅读全文
posted @ 2020-11-21 11:06 Zhongju.copy() 阅读(69) 评论(0) 推荐(0)
摘要: Difficulty: Medium Related Topics: Dynamic Programming Link: https://leetcode.com/problems/best-time-to-buy-and-sell-stock-with-cooldown/ Description 阅读全文
posted @ 2020-11-20 11:58 Zhongju.copy() 阅读(75) 评论(0) 推荐(0)
摘要: Difficulty: Medium Related Topics: Depth-first Search, Breadth-first Search, Union Find Link: https://leetcode.com/problems/number-of-islands/ Descrip 阅读全文
posted @ 2020-11-19 09:03 Zhongju.copy() 阅读(63) 评论(0) 推荐(0)
摘要: Difficulty: Medium Related Topics: String, Backtracking Link: https://leetcode.com/problems/letter-combinations-of-a-phone-number/ Description Given a 阅读全文
posted @ 2020-11-18 09:01 Zhongju.copy() 阅读(133) 评论(0) 推荐(0)
摘要: Difficulty: Medium Related Topics: Math, Dynamic Programming, Breadth-first Search Link: https://leetcode.com/problems/perfect-squares/ Description Gi 阅读全文
posted @ 2020-11-17 09:56 Zhongju.copy() 阅读(94) 评论(0) 推荐(0)
摘要: Difficulty: Medium Related Topics: Array, Two Pointers, Sort Link: https://leetcode.com/problems/sort-colors/ Description Given an array nums with n o 阅读全文
posted @ 2020-11-16 09:36 Zhongju.copy() 阅读(152) 评论(0) 推荐(0)