SakshamAgrwl / GFG-DSA-Problem-Solutions

Celebrate Hacktoberfest by getting involved in the open source community by completing some simple tasks in this project.
18 stars 38 forks source link

Added Heap Sort #41

Closed harshitgupta2000 closed 4 years ago

SakshamAgrwl commented 4 years ago

@harshitgupta2000 It's a sincere request to you please don't add duplicate file. I'm keeping a check on all of the programs and you are always creating 2 files for a single sorting algorithm. Please delete your heap.cpp and bubble.cpp asap.

harshitgupta2000 commented 4 years ago

Actually it is in C and C++ thats why there are 2 duplicate looking files

harshitgupta2000 commented 4 years ago

Please approve one and i am deleting another

SakshamAgrwl commented 4 years ago

@harshitgupta2000 Create a new PR with the suggested changes. Don't worry, it will be merged but first you create a new PR with the suggested changes.

harshitgupta2000 commented 4 years ago

Ok I am creating a new PR with unique name like heaps.cpp in C++