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

Adde the Algorithm - Kth Largest Element of the array " #1741

Merged
merged 1 commit into from
Nov 8, 2024

Conversation

Dipanita45
Copy link
Contributor

Added the algorithm "Kth Largest Element of the array "

Given an array arr[] of N distinct elements and a number K, where K is smaller than the size of the array. Find the K'th smallest element in the given array.

Fixes : #1716

Please merge my pull request and label me
@pankaj-bind

@Dipanita45 Dipanita45 changed the title Adde the Algorithm Adde the Algorithm - Kth Largest Element of the array " Nov 8, 2024
@pankaj-bind pankaj-bind merged commit f1837ce into AlgoGenesis:main Nov 8, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[NEW ALGORITHM] Kth largest element in an array
2 participants