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

[Algo] Quick Sort [Java] #150

Closed
udayvig opened this issue Oct 2, 2018 · 7 comments · Fixed by #506
Closed

[Algo] Quick Sort [Java] #150

udayvig opened this issue Oct 2, 2018 · 7 comments · Fixed by #506
Assignees
Labels
difficulty/low enhancement New feature or request hacktoberfest HACKTOBERFEST 2020 type/algo

Comments

@udayvig
Copy link

udayvig commented Oct 2, 2018

https://en.wikipedia.org/wiki/Quicksort

Please assign this to me.

@sangamcse
Copy link
Member

GitMate.io thinks possibly related issues are #149 ([Algo] Merge Sort [Java]), #18 ([Algo]: Add Bubble Sort in Java), #46 ([Algo] Binary Search [Java]), #21 ([Algo]: Add Heapsort in Java), and #63 ([Algo] Insertion Sort [Java]).

@sangamcse sangamcse added the enhancement New feature or request label Oct 2, 2018
@vishnoitanuj
Copy link

I have added a PR to this issue. Please check it. Thanks for giving the opportunity to participate!!

@udayvig
Copy link
Author

udayvig commented Oct 2, 2018

I have added a PR to this issue. Please check it. Thanks for giving the opportunity to participate!!

I opened these issues for myself, was waiting to be assigned before which you added the PR.

@sangamcse
Copy link
Member

@udayvig, Please read Contribution guidelines before opening any PR.

@sangamcse
Copy link
Member

@vishnoitanuj and @udayvig, ask for assignment before starting working on any issue. Read the contribution guideline before contribution to any organisation.

@aleksandren aleksandren mentioned this issue Oct 2, 2018
7 tasks
udayvig added a commit to udayvig/Algorithms that referenced this issue Oct 2, 2018
This adds QuickSort Algorithm which return the concatenation of the
quicksorted list of elements that are less than or equal to the pivot, the
pivot, and the quicksorted list of elements that are greater than the pivot.

Closes NITSkmOS#150
@udayvig
Copy link
Author

udayvig commented Oct 2, 2018

@vishnoitanuj and @udayvig, ask for assignment before starting working on any issue. Read the contribution guideline before contribution to any organisation.

I did read them, will read them more carefully from now on. Sorry for the inconvenience caused.

@vishnoitanuj
Copy link

vishnoitanuj commented Oct 2, 2018 via email

@sangamcse sangamcse assigned fedesassone and unassigned udayvig Oct 29, 2018
fedesassone pushed a commit to fedesassone/Algorithms-1 that referenced this issue Oct 31, 2018
fedesassone pushed a commit to fedesassone/Algorithms-1 that referenced this issue Oct 31, 2018
Returns the concatenation of the quicksorted list of elements
that are less than or equal to the pivot, the pivot, and the
quicksorted list of elements that are greater than the pivot
closes NITSkmOS#150
fedesassone pushed a commit to fedesassone/Algorithms-1 that referenced this issue Oct 31, 2018
Returns the concatenation of the quicksorted list of elements
that are less than or equal to the pivot, the pivot, and the
quicksorted list of elements that are greater than the pivot

closes NITSkmOS#150
sangamcse pushed a commit to fedesassone/Algorithms-1 that referenced this issue Oct 31, 2018
Returns the concatenation of the quicksorted list of elements
that are less than or equal to the pivot, the pivot, and the
quicksorted list of elements that are greater than the pivot

closes NITSkmOS#150
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment