[Python] 파이썬/Leetcode_14Days plan for DataStructure

[Leetcode] 88. Merge Sorted Array {Day 2 Array} (In Python)

두부군_ 2021. 11. 26. 18:00

코드들은 https://github.com/Eastar-DS/Python/tree/main/14%20Days%20Study%20Plan%20about%20Data_Structure에도 있습니다

 

 

처음으로 One line Solution을 내가직접 만들어냈다. 아주 뿌듯하구만.

 

 

이 풀이는 속도가 비슷하고, 문제의 원래 의도대로 깔끔하게 푼듯.