Skip to content

add quicksort under divide and conquer #12046

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

Closed
OmMahajan29 opened this issue Oct 14, 2024 · 1 comment
Closed

add quicksort under divide and conquer #12046

OmMahajan29 opened this issue Oct 14, 2024 · 1 comment
Labels
enhancement This PR modified some existing files

Comments

@OmMahajan29
Copy link

Feature description

would like to add quicksort algo under divide and conquer

@OmMahajan29 OmMahajan29 added the enhancement This PR modified some existing files label Oct 14, 2024
This was referenced Oct 14, 2024
@TheAlgorithms TheAlgorithms deleted a comment from ayyash1 Oct 16, 2024
@TheAlgorithms TheAlgorithms deleted a comment from riku-d Oct 16, 2024
@tianyizheng02
Copy link
Contributor

We already have multiple implementations of quick sort in this repo. We do not want duplicate implementations of existing algorithms. Furthermore, please read our contributing guidelines. We do not assign issues in this repo, and contributors should not create issues to suggest new algorithms.

If you are interested in resolving an open issue, simply make a pull request with your proposed fix. We do not assign issues in this repo so please do not ask for permission to work on an issue.

Do not create an issue to contribute an algorithm. Please submit a pull request instead.

@tianyizheng02 tianyizheng02 closed this as not planned Won't fix, can't repro, duplicate, stale Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This PR modified some existing files
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants