Anton Mardanov

Results 2 comments of Anton Mardanov

Python ``` class Solution: def find_k(self, arr1, i, arr2, j, k): if i >= len(arr1): return arr2[j + k - 1] if j >= len(arr2): return arr1[i + k -...

For unix usage it is handy to use typical pipes in cli mode. Like that in mac `sttr base64-encode asdasdassaddas | pbcopy`