Tag: priority queue

我如何创buildMin stl priority_queue?

默认的stl优先级队列是最大的一个(Top函数返回最大的元素)。 为简单起见,说这是一个int值的优先级队列。