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

Adding the Median algorithm Python Code #1

Open
mr-sarthakgupta opened this issue Oct 21, 2022 · 0 comments
Open

Adding the Median algorithm Python Code #1

mr-sarthakgupta opened this issue Oct 21, 2022 · 0 comments
Labels
enhancement New feature or request intermediate Difficulty Level - Intermediate

Comments

@mr-sarthakgupta
Copy link

mr-sarthakgupta commented Oct 21, 2022

Difficulty Level - Intermediate

Is your feature request related to a problem? Please describe

This feature is actually an algorithm that gets the median value of an array. Ex: When you need the median value of some data that your supervisor is needing it.

Describe the solution you'd like

That the algorithm should get the user the median value of the array.

Describe alternatives you've considered

There are some other ways to have the same result i.e. getting the median. But the resolver is requested to come up with a simple and efficient method to return the median value.

@mr-sarthakgupta mr-sarthakgupta added enhancement New feature or request intermediate Difficulty Level - Intermediate labels Oct 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request intermediate Difficulty Level - Intermediate
Projects
None yet
Development

No branches or pull requests

1 participant