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

Java code for Heap Sort #62

Closed
wants to merge 4 commits into from
Closed

Java code for Heap Sort #62

wants to merge 4 commits into from

Conversation

Asifa23
Copy link

@Asifa23 Asifa23 commented Oct 12, 2021

fixes #52

Added java solution for the problem

@Taneesha-creates
Copy link
Collaborator

Hello @Asifa23, we have reviewed your code.

You have not read the guidelines as requested, and have submitted completely plagiarized code from GeeksForGeeks

As mentioned in the Contribution Guidelines of this repository, pull requests that are plagiarized are marked as invalid, and will not be considered.

Write the code yourself, following the guidelines given.

  • Again, as mentioned in the guidelines, you do not have to write a main function, or a printArray function directly copied from geeksforgeeks.
  • Omit the unnecessary plagiarized functions, write your own version of heapsort, and make the sort function return a sorted array instead of it's returntype being void.

This pull request is being marked invalid, please create a new one following all the naming and code conventions.

Thank you.

@Taneesha-creates Taneesha-creates added the invalid This doesn't seem right label Oct 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Java code for Heap Sort
2 participants