https://leetcode.com/explore/learn/card/fun-with-arrays/525/inserting-items-into-an-array/3253/
나.. 영어가 딸리는 것 같다 ㅎ..
0을 제외한 m,n 의 숫자만큼의 배열값들을 가져오는 것으로 이해하고 풀었었는데 , 그런내용이 아니였음 ㅎ
the least n elemets are set to 0 and should be ignored : 최소 n 요소가 0으로 설정되므로 무시해야 합니다
아, m이나 n이 0 이면 무시하라고 ? ,, ㅋ
'Algorithm Study' 카테고리의 다른 글
[leetcode] 200. Number of islands (medium) (0) | 2022.09.13 |
---|---|
[leetcode] 78. Subsets (medium) (0) | 2022.09.13 |
[leetcode] Array - Duplicate ZerosSolution (0) | 2022.09.11 |
[leetcode] Array - Squares of a Sorted Array (0) | 2022.09.10 |
[leetcode] Array- Find Numbers with Even Number of Digits (0) | 2022.09.10 |