Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Merge Sort in Objective-c #2077

Merged
merged 1 commit into from
Oct 3, 2020
Merged

Conversation

hsr121
Copy link
Contributor

@hsr121 hsr121 commented Oct 3, 2020

Congrats on taking the first step to contributing to the Sample Programs repository maintained by [The Renegade Coder][1]!
For simplicity, please make sure that your pull request includes one and only one contribution.

Added merge sort algorithm in objective-c

Copy link
Member

@jrg94 jrg94 left a comment

Choose a reason for hiding this comment

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

This looks good as far as I can tell. I'm not sure if this is executable, but we don't have objective-c testing to confirm.

@jrg94 jrg94 self-assigned this Oct 3, 2020
@jrg94 jrg94 added enhancement Any code that improves the repo merge sort See: https://sampleprograms.io/projects/merge-sort/ labels Oct 3, 2020
@jrg94 jrg94 added this to the 1,000 Code Snippets milestone Oct 3, 2020
@jrg94 jrg94 changed the title Added merge sort in objective-c Added Merge Sort in Objective-c Oct 3, 2020
@jrg94 jrg94 merged commit 085d525 into TheRenegadeCoder:master Oct 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Any code that improves the repo merge sort See: https://sampleprograms.io/projects/merge-sort/
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Add Merge Sort in Objective-C
2 participants