Skip to content

Conversation

richvigorito
Copy link

Description of Change

Leetcode 88:

We use three pointers:

i at the last valid element of nums1 (m - 1),
j at the last element of nums2 (n - 1),
k at the last total index of the merged array (m + n - 1).

References

Checklist

  • Added description of change
  • [ x] Added file name matches File name guidelines
  • Added tests and example, test must pass. SEE: link
  • Relevant documentation/comments is changed or added
  • PR title follows semantic commit guidelines
  • Search previous suggestions before making a new one, as yours may be a duplicate.
  • I acknowledge that all my contributions will be made under the project's license.

Notes:

Rich Vigorito added 2 commits September 13, 2025 18:17
@github-actions github-actions bot added the Leetcode folder changes Changes to Leetcode folder. Known CI issues. label Sep 14, 2025
@richvigorito richvigorito changed the title Solutions/leetcode 88 feat: Solutions/leetcode 88 Sep 14, 2025
@richvigorito richvigorito changed the title feat: Solutions/leetcode 88 feat: add leetcode problem 88 Sep 14, 2025
in a different PR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Leetcode folder changes Changes to Leetcode folder. Known CI issues.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant