kaustubhgupta / Hacktoberfest

This is for the information that the repository has been excluded by the Hacktoberfest team from the event. This was done to maintain the quality standards and promote good quality open source contributions.
MIT License
55 stars 278 forks source link

K Largest element in array using heap #649

Closed Priya272 closed 2 years ago

Priya272 commented 2 years ago

Find all the k largest elements are present in an array/vector. It will use heap data structure for solving.

example:- arr=[1,2,3,4,5,6] and k=3 then the output will be: [4,5,6] which are the 3 largest elements present in the array.

Languages and Assignees:

Notes

This code will be helpful as it will help us to find the range of all greater no present in an array.

github-actions[bot] commented 2 years ago

Congrats for creating your first issue here! Wait till our mentors assign this issue to you. In the meantime have a look at contribution guidlines to avoid any PR rejection

Priya272 commented 2 years ago

@kaustubhgupta please assign this issue to me!

aastha0326 commented 2 years ago

Please assign this issue to me in java and/or python

PrabhuRaamDev commented 2 years ago

I would like to contribute in java.Kindly please assign me

kaustubhgupta commented 2 years ago

@aastha01chauhan @PrabhuRaamDev Pls check your language assignments