leetcode_python icon indicating copy to clipboard operation
leetcode_python copied to clipboard

leetcode solution by python

Results 1 leetcode_python issues
Sort by recently updated
recently updated
newest added

return sorted([posi, i]),这里不需要sorted吧,直接return [i, posi],顺序肯定是升序的