优先队列,容器的使用

优先队列:https://www.cnblogs.com/xzxl/p/7266404.html

还有一个要注意的是,优先队列中,取队列首元素是使用函数q.top(),而不是q.front(),需要注意

vector:https://www.cnblogs.com/zhonghuasong/p/5975979.html

猜你喜欢

转载自blog.csdn.net/mch2869253130/article/details/86139481