Min-Heap datastructure which reads commands from file and writes output to file. Program also Log some information which made debugging easier.
Program has some basic unit tests which checks which makes multiple priorityqueue with random values and tries checks it's size and order recursively.
Program has also Javadoc implemented.