Skip to content

Commit 90d15a0

Browse files
committed
Update merge-sorted-array.js
1 parent 1626e3c commit 90d15a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

leetcode/merge-sorted-array.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33

44
// 题目:Given two sorted integer arrays nums1 and nums2, merge nums2 into nums1 as one sorted array.
55

6-
6+
// Note:
7+
// You may assume that nums1 has enough space (size that is greater or equal to m + n) to hold additional elements from nums2. The number of elements initialized in nums1 and nums2 are m and n respectively.

0 commit comments

Comments
 (0)