Skip to content

Add Quick Select Algorithm #6

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
Owais28 opened this issue Sep 24, 2022 · 3 comments
Closed

Add Quick Select Algorithm #6

Owais28 opened this issue Sep 24, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@Owais28
Copy link
Contributor

Owais28 commented Sep 24, 2022

About Quick Select Algorithm

In computer science, quickselect is a selection algorithm to find the kth smallest element in an unordered list. It is related to the quicksort sorting algorithm. Like quicksort, it was developed by Tony Hoare, and thus is also known as Hoare's selection algorithm.[1] Like quicksort, it is efficient in practice and has good average-case performance, but has poor worst-case performance. Quickselect and its variants are the selection algorithms most often used in efficient real-world implementations.
Source : Wikipedia

@Panquesito7 Panquesito7 added the enhancement New feature or request label Sep 25, 2022
@Panquesito7
Copy link
Member

Thanks for your interest in contributing! Feel free to make a PR, and we'll review it. 🙂

@Panquesito7 Panquesito7 assigned Owais28 and unassigned Owais28 Sep 25, 2022
@Panquesito7
Copy link
Member

What is the review of this PR?

Hmm, what do you mean? This is an issue.

@prisojacques
Copy link
Contributor

Hello, i would like to solve this issue.

prisojacques pushed a commit to prisojacques/TypeScript that referenced this issue Jun 26, 2023
prisojacques pushed a commit to prisojacques/TypeScript that referenced this issue Jun 26, 2023
prisojacques pushed a commit to prisojacques/TypeScript that referenced this issue Jun 28, 2023
raklaptudirm pushed a commit that referenced this issue Jul 1, 2023
* feat: add quick select algorithm and test #6

* feat: update quick select algorithm and test #6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants