Develop a Python application using PyCharm that compares the performance of Merge Sort and Heap Sort algorithms on a large dataset. The application should do the following: Implement both sorting algorithms
Develop a Python application using PyCharm that compares the performance of Merge Sort and Heap Sort algorithms on…