-
-
Notifications
You must be signed in to change notification settings - Fork 566
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 C #1629
Added Merge Sort in C #1629
Conversation
I don't get why it is failing the checks . It runs perfectly on my system . |
Now, you should be able to see exactly what the errors are here: https://travis-ci.com/TheRenegadeCoder/sample-programs/jobs/245927112 Looks like GCC is failing to build. Are you using an external library? |
See:
|
I have made the required changes in program (conio.h is not supported in linux environment) , but a new file has been added to list , thus there is a conflict in README.md . |
I was able to fix the conflict on my end! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Runs great! Nice work.
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.
Complete the Applicable Sections Below
Find which section best describes your pull request and make sure you fill it out. To start, let us know which issue you've fixed.
Code Snippets
Added/Updated <Sample Program> in <Language>
formatDocumentation
Added/Updated <Sample Program> in <Language> Article
formatTesting
Added/Updated <Language>/<Project> Testing
formatNotes
Feel free to describe what you added or updated.