Skip to content

Improved documentation and comments in merge_sort.cpp#3129

Open
sidmisro wants to merge 2 commits into
TheAlgorithms:masterfrom
sidmisro:master
Open

Improved documentation and comments in merge_sort.cpp#3129
sidmisro wants to merge 2 commits into
TheAlgorithms:masterfrom
sidmisro:master

Conversation

@sidmisro
Copy link
Copy Markdown

Changes Made

  • Fixed grammatical issues in comments
  • Updated misleading statement about built-in sorting algorithms
  • Added explanation of stability of merge sort

- Fixed grammatical errors in comments
- Updated misleading statement about built-in sorting algorithms
- Added explanation about stability of merge sort
- Fixed potential out-of-bounds access in jump search loops
- Added boundary checks for empty array
- Improved safety of index access conditions
@github-actions
Copy link
Copy Markdown
Contributor

This pull request has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions Bot added the stale Author has not responded to the comments for over 2 weeks label May 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

stale Author has not responded to the comments for over 2 weeks

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant