I\'ve learned that constructing std::priority_queue can be done using two iterators and a comparator. My below code outlines a simple example of constructing a
std::priority_queue