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

K’th Smallest/Largest Element in Unsorted Array #173

Open
ishasharma7 opened this issue Oct 25, 2021 · 2 comments
Open

K’th Smallest/Largest Element in Unsorted Array #173

ishasharma7 opened this issue Oct 25, 2021 · 2 comments
Assignees
Labels
cpp need help in cpp code hacktoberfest

Comments

@ishasharma7
Copy link

Kindly assign this issue to me.
It'll be solved using Heap sort(Max-heap) & the language used is C++

@Taneesha-creates
Copy link
Collaborator

Hello @ishasharma7, this issue has now been assigned to you. No more contributors needed at the moment.

Important:

Before you start your work on this issue, make sure you go through the README.md and Contribution Guidelines.md

File structure:

  1. In the Sorting directory, navigate to the sub-directory Heap Sort.
  2. Create the C++ directory in the Heap Sort directory.
  3. Create the file KthLargestSmallestElement.cpp.

Here's how the final structure should look like:

  • Sorting
    • Heap Sort
      • Algorithm.md
      • C++
        - KthLargestSmallestElement.cpp

Additionally, in the algorithm.md file, add the problem statement under the heading : Questions

Please follow the same naming conventions as mentioned.

Before you create a pull request, make sure you perform git pull in your forked repository so that your repo stays updated.

Note that all PRs are being checked for plagiarism, please refrain from indulging in any crooked means, we trust you!

We thank you for your contribution and time and we hope that you enjoy contributing to open source.

@vanshpatelx
Copy link

I want to contribute , please assign me

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

No branches or pull requests

3 participants