[C++] Note of priority_queue of STL

Last Updated on 2022-07-19 by Clay priority_queue is a queue container provided in the C++ Standard Template Library (STL), which returns the element with the highest priority first. In the general case of storing INT data, the priority of elements is sorted from large to small. Of course we can change the priority definition of … Continue reading [C++] Note of priority_queue of STL