摘要:
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 阅读全文
摘要:
package LeetCode_1534 /** * 1534. Count Good Triplets * https://leetcode.com/problems/count-good-triplets/ * * Given an array of integers arr, and thr 阅读全文
摘要:
package LeetCode_1480 /** * 1480. Running Sum of 1d Array * https://leetcode.com/problems/running-sum-of-1d-array/ * * Given an array nums. We define 阅读全文