会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
wkup
博客园
首页
新随笔
联系
订阅
管理
随笔分类 -
预备知识&工具
STL
摘要:优先队列priority_queue 本质是一个堆 priority_queue 默认从大到小 //升序队列,小顶堆 priority_queue <int,vector,greater > q; //降序队列,大顶堆 priority_queue <int,vector,less >q; top
阅读全文
posted @
2020-06-12 22:14
ANwk0525
阅读(148)
评论(0)
推荐(0)
公告