Skip to content

Conversation

@VladimirCreator
Copy link
Owner

Fixes #8.

Create 88. Merge Sorted Array

#git
@VladimirCreator VladimirCreator linked an issue Nov 16, 2023 that may be closed by this pull request
Copy link
Owner Author

@VladimirCreator VladimirCreator left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Examine these questions

  1. Does this solution work when nums1 and nums2 have different count?
  2. #LeetCode Does this solution work when nums1 has trailing 0s?

It does not.

@@ -0,0 +1,23 @@
/* Initially Modified at 01:45 PM on Thu 16 Nov 2023
Last Modified at 01:53 PM on Thu 16 Nov 2023
Create upload-88-merge-sorted-array@github at 2:33 PM on Thu 16 Nov 2023.
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Get rid of this line.

@@ -0,0 +1,23 @@
/* Initially Modified at 01:45 PM on Thu 16 Nov 2023
Last Modified at 01:53 PM on Thu 16 Nov 2023
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Get rid of this line.

@@ -0,0 +1,23 @@
/* Initially Modified at 01:45 PM on Thu 16 Nov 2023
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Get rid of this line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add 88. Merge Sorted Array

2 participants