Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants