摘要: package LeetCode_61 /** * 61. Rotate List * * https://leetcode.com/problems/rotate-list/ * * Given a linked list, rotate the list to the right by k pl 阅读全文
posted @ 2020-10-30 15:11 johnny_zhao 阅读(87) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_1534 /** * 1534. Count Good Triplets * https://leetcode.com/problems/count-good-triplets/ * * Given an array of integers arr, and thr 阅读全文
posted @ 2020-10-30 10:53 johnny_zhao 阅读(62) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_1480 /** * 1480. Running Sum of 1d Array * https://leetcode.com/problems/running-sum-of-1d-array/ * * Given an array nums. We define 阅读全文
posted @ 2020-10-30 10:21 johnny_zhao 阅读(89) 评论(0) 推荐(0) 编辑