一、priority_queue 优先级队列容器 1、priority_queue 优先级队列容器简介 容器简介 :priority_queue 优先级队列容器 是一种数据结构 , 可以 存储元素并根据优先级进行访问 ; 容器元素顺序排列 :priority_queue 优先级队列容器 中的 元素顺序 , 是根据 优先级 决定的 , 优先级 最高的元素 , 位于 队列的 顶部 ...