Recent posts

daily log 10.03.20

less than 1 minute read

```python class Solution(object): def findPairs(self, nums, k): “”” :type nums: List[int] :type k: int :rtype: int ...