Loading

上一页 1 ··· 5 6 7 8 9 10 下一页
摘要: Difficulty: Easy Related Topics: Linked List Link: https://leetcode.com/problems/intersection-of-two-linked-lists/ Description Write a program to find 阅读全文
posted @ 2020-10-20 09:27 Zhongju.copy() 阅读(103) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Easy Related Topics: Dynamic Programming Link: https://leetcode.com/problems/house-robber/ Description You are a professional robber plann 阅读全文
posted @ 2020-10-19 09:15 Zhongju.copy() 阅读(102) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Easy Related Topics: Stack, Design Link: https://leetcode.com/problems/min-stack/ Description Design a stack that supports push, pop, top, 阅读全文
posted @ 2020-10-18 10:53 Zhongju.copy() 阅读(78) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Easy Related Topics: Array, Hash Table Link: https://leetcode.com/problems/two-sum/ Description Given an array of integers nums and an int 阅读全文
posted @ 2020-10-18 10:45 Zhongju.copy() 阅读(67) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Easy Related Topics: Array, Divide and Conqur, Dynamic Programming Link: https://leetcode.com/problems/maximum-subarray/ Description Given 阅读全文
posted @ 2020-10-17 10:27 Zhongju.copy() 阅读(106) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Easy Related Topics: Tree, Depth-first Search, Breadth-first Search Link: https://leetcode.com/problems/symmetric-tree/ Description Given 阅读全文
posted @ 2020-10-16 10:46 Zhongju.copy() 阅读(93) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Easy Related Topics: Dynamic Programming Link: https://leetcode.com/problems/climbing-stairs/ Description You are climbing a stair case. I 阅读全文
posted @ 2020-10-15 09:14 Zhongju.copy() 阅读(267) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Easy Related Topics: Tree Link: https://leetcode.com/problems/diameter-of-binary-tree/ Description Given a binary tree, you need to comput 阅读全文
posted @ 2020-10-14 08:53 Zhongju.copy() 阅读(69) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Easy Related Topics: Array, Dynamic Programming Link: https://leetcode.com/problems/best-time-to-buy-and-sell-stock/ Description Say you h 阅读全文
posted @ 2020-10-13 20:41 Zhongju.copy() 阅读(97) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Easy Related Topics: Linked List Link: https://leetcode.com/problems/merge-two-sorted-lists/ Description Merge two sorted linked lists and 阅读全文
posted @ 2020-10-12 09:04 Zhongju.copy() 阅读(119) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 下一页