For Problem 3c, should we use the original binary heap (before the insertions), or the binary heap obtained after the insertions?
Related Questions
- I could see my_file.exe.backup file in the same directory where my original binary file is located. Would it be rather safe to store backups there?
- Im trying to use heapify to fix the problem in the binary heap caused by decreasing a key, but there seems to be a problem?
- Should I use an arraylist for the array used for storing the references to the binary heap objects?