Leetcode-contest
文章平均质量分 79
aliengod
毕业于美国哥伦比亚大学,曾在美国Google工作。现就职于上海eBay。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Leetcode Weekly 188 解题报告
文章目录Leetcode 1441. 用栈操作构建数组Leetcode 1442. 形成两个异或相等数组的三元组数目Leetcode 1443. 收集树上所有苹果的最少时间Leetcode 1444. 切披萨的方案数 Leetcode 1441. 用栈操作构建数组 题目链接 注意 “Push” / “Pop” 的大写即可。 class Solution { public List<String> buildArray(int[] target, int n) { List原创 2020-06-30 00:02:51 · 197 阅读 · 0 评论 -
Leetcode Weekly 187 解题报告
文章目录Leetcode 1436. Destination CityLeetcode 1437. Check If All 1's Are at Least Length K Places AwayLeetcode 1438. Longest Continuous Subarray With Absolute Diff Less Than or Equal to LimitLeetcode 1439. Find the Kth Smallest Sum of a Matrix With Sorted Ro原创 2020-06-29 21:41:34 · 184 阅读 · 0 评论 -
Leetcode Weekly 195 解题报告
Leetcode 5448. Path Crossing Leetcode 5449. Check If Array Pairs Are Divisible by k Leetcode 5450. Number of Subsequences That Satisfy the Given Sum Condition Leetcode 5451. Max Value of Equation \newline \newline Leetcode 5448. Path Crossing 直接模拟这个过程即可,把走原创 2020-06-28 15:53:09 · 223 阅读 · 0 评论
分享