Goals of this lab:
Remember to refresh your workspace to see the results of running timing experiments, if you have not set the automatic refresh with native hooks or polling option.Plot the time taken for your implementation. It should look like an n log n plot.
Note that we will run your heap solution against the JUnit test as it was given to you. If you modify that test in some way, the results you see may not correspond with the testing necessary to receive credit.You can always revert any changes you make to the testing code back to what we gave you in the repository using Team…Revert, but be sure not to do that to your source code as it will wipe away work you may not have yet committed.