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

Sorting algorithms of C++ added #501

Closed
wants to merge 1 commit into from

Conversation

SakritiDixit
Copy link

The sorting algorithms of C++ namely QuickSort, MergeSort, SelectionSort, Shell Sort, Heap Sort are added to the sorting folder.
Fixes:
#250 Quick Sort
#258 Merge Sort
#482 Selection Sort
#270 Shell Sort
#22 Heap Sort

The sorting algorithms of C++ namely QuickSort, MergeSort, SelectionSort, Shell Sort, Heap Sort are added to the sorting folder.
@TravisBuddy
Copy link

Hey @SakritiDixit,
Something went wrong with the build.

TravisCI finished with status errored, which means the build failed because of something unrelated to the tests, such as a problem with a dependency or the build process itself.

View build log

TravisBuddy Request Identifier: 42ae6790-dc5f-11e8-a919-2b33139089d4

@sangamcse sangamcse added the invalid This doesn't seem right label Oct 30, 2018
@sangamcse sangamcse closed this Oct 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants