Create heapsort.html#218
Conversation
Thanks for creating a PR for your Issue!
|
|
accept the pull request |
|
@Venkatkalyan21 What is this PR about kindly add proper description and link it to respective issue. |
|
@MrunaliniPachpute Check now |
|
@Venkatkalyan21 Additionally, it seems that this PR was raised without getting the corresponding issue assigned first. As per the contribution guidelines, please create an issue, get it assigned, and then proceed to open a PR. I’ll be closing this PR for now, but if your issue is valid, I’ll be happy to assign it to you. I’d suggest checking out Issue #1 and Issue #120 — if you’re interested, comment under those and I’ll assign them to you. Thank you! |
|
Okay assign #1 |
🚀 Summary
This pull request adds the implementation of the Heap Sort algorithm to the repository.
🧠 Details
heapify()— to maintain the heap property.heapSort()— to perform sorting.🧪 Testing
📂 Files Changed
heap_sort.[ext](replace[ext]with.c,.cpp,.py, etc.)README.md(added Heap Sort to the list of algorithms)✅ Checklist