Algorithm Study

[leetcode] Array- Merge Sorted Array

hyun-1200 2022. 9. 11. 20:59

https://leetcode.com/explore/learn/card/fun-with-arrays/525/inserting-items-into-an-array/3253/

 

Explore - LeetCode

LeetCode Explore is the best place for everyone to start practicing and learning on LeetCode. No matter if you are a beginner or a master, there are always new topics waiting for you to explore.

leetcode.com

 

나.. 영어가 딸리는 것 같다 ㅎ..

 

0을 제외한 m,n 의 숫자만큼의 배열값들을 가져오는 것으로 이해하고 풀었었는데 , 그런내용이 아니였음 ㅎ

the least n elemets are set to 0 and should be ignored : 최소 n 요소가 0으로 설정되므로 무시해야 합니다 

 

아, m이나 n이 0 이면 무시하라고 ? ,, ㅋ