News

I implemented this using the STL's priority queue container. Problem is I must somehow print the contents of this container to the stdout. The book I have (The C++ standard library by Josuttis ...