Loading

摘要: Difficulty: Medium Related Topics: Array, Tree, Depth-first Search Link: https://leetcode.com/problems/construct-binary-tree-from-preorder-and-inorder 阅读全文
posted @ 2020-11-15 14:52 Zhongju.copy() 阅读(58) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Medium Related Topics: Tree, Depth-first Search Link: https://leetcode.com/problems/flatten-binary-tree-to-linked-list/ Description Given 阅读全文
posted @ 2020-11-15 14:35 Zhongju.copy() 阅读(82) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Medium Related Topics: Design, Trie Link: https://leetcode.com/problems/implement-trie-prefix-tree/ Description Implement a trie with inse 阅读全文
posted @ 2020-11-14 11:15 Zhongju.copy() 阅读(72) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Medium Related Topics: Tree, Depth-first Search Link: https://leetcode.com/problems/house-robber-iii/ Description The thief has found hims 阅读全文
posted @ 2020-11-13 09:24 Zhongju.copy() 阅读(48) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Medium Related Topics: Array, Greedy, Queue Link: https://leetcode.com/problems/task-scheduler/ Description Given a characters array tasks 阅读全文
posted @ 2020-11-12 12:29 Zhongju.copy() 阅读(117) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Medium Related Topics: Stack, Depth-first Search Link: https://leetcode.com/problems/decode-string/ Description Given an encoded string, r 阅读全文
posted @ 2020-11-11 09:51 Zhongju.copy() 阅读(91) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Medium Related Topics: Array, Two Pointers Link: https://leetcode.com/problems/container-with-most-water/ Description Given n non-negative 阅读全文
posted @ 2020-11-10 09:27 Zhongju.copy() 阅读(84) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Medium Related Topics: Dynamic Programming, Tree Link: https://leetcode.com/problems/unique-binary-search-trees/ Description Given n, how 阅读全文
posted @ 2020-11-09 09:50 Zhongju.copy() 阅读(49) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Medium Related Topics: Array, Dynamic Programming Link: https://leetcode.com/problems/minimum-path-sum/ Description Given a m x n grid fil 阅读全文
posted @ 2020-11-08 11:05 Zhongju.copy() 阅读(60) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Medium Related Topics: Array, Dynamic Programming Link: https://leetcode.com/problems/unique-paths/ Description A robot is located at the 阅读全文
posted @ 2020-11-08 11:01 Zhongju.copy() 阅读(82) 评论(0) 推荐(0) 编辑