MOHIT RAJ
MOHIT RAJ
Use proper integration of already implemented Heap library.
Currently sorting is done in descending oder.Make it sort in Ascending order.
Currently, memory allocation to arrays are getting implemented in arrays temp and copy. Make them implement in single array by **UPDATING THEM** and no multiple memory allocations.
In mergeLL.cpp file,replace linear search with binary search.
**Needs a proper formatted documentation for this project.**