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

Implement "Linear Median Finding" #25

Open
tigercosmos opened this issue Sep 30, 2019 · 1 comment
Open

Implement "Linear Median Finding" #25

tigercosmos opened this issue Sep 30, 2019 · 1 comment

Comments

@tigercosmos
Copy link

tigercosmos commented Sep 30, 2019

I am going to implement this one.
Which category do you want it to belong with?

Reference:
https://rcoh.me/posts/linear-time-median-finding/
https://en.wikipedia.org/wiki/Median_of_medians

@weihanglo
Copy link
Owner

Wow. It's a good question. Selection algorithms use a mix of searching and sorting (and many others). Seems that it cannot fit any of current categories. Maybe we can add a new category named "selection" and add more algorithms into.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants