We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28822cd commit 80adad0Copy full SHA for 80adad0
solution/004.Median of Two Sorted Arrays/Solution.cpp
@@ -15,6 +15,7 @@ class Solution {
15
it1++;
16
}
17
18
+
19
while (it1 != nums1.end()) {
20
nums[index++] = *it1;
21
0 commit comments