-
[Leetcode] 118. Pascal's Triangle {Day4 Array} (In Python)카테고리 없음 2021. 11. 28. 21:23
코드들은 https://github.com/Eastar-DS/Python/tree/main/14%20Days%20Study%20Plan%20about%20Data_Structure에도 있습니다
Pascal이라는 함수를 만들어 어레이를 주면 다음 어레이를 만들어주는작업을 만듦.
디스커스에 있는 풀이. 나중에 공부하고 다시봐야할듯.