Conversation
Bubble sort using template and funtion @pierredavidbelanger @Samana @blackball @wycg1984
Contributor
|
Since I am tagged, I will say something. I am not sure its a good idea to include Also, Do you care to explain what you are trying to achieve ? Have a nice day :) |
Contributor
|
From my point of view, it is not an improvement to
I feel I am missing something here, I will leave let others review this PR. |
Author
|
In many compilers bits/stdc++ compiles and in some compiler bits/stdc++.h
compiles.
…On Thu, 1 Oct 2020, 6:37 pm Pierre-David Bélanger, ***@***.***> wrote:
From my point of view, it is not an improvement to
- break public contract (the signature changed from alg::BubbleSort(T[],
int, int) to std::bubble(X*, int))
- include unknown header so the project does not compile (fatal error:
'bits/stdc++' file not found).
I feel I am missing something here, I will leave let others review this PR.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#153 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQ6S7C3WZTAC7E42B4IR4RTSIR5HZANCNFSM4SAKC5PQ>
.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bubble sort using template and funtion in c++. @pierredavidbelanger @Samana @blackball @wycg1984