michaele  

语法

大/小 根堆

大根堆:priority_queue<int,vector<int>,less<int> > q1;(less,可省,默认为大根堆)
小根堆:priority_queue<int,vector<int>,greater<int> >q2;

posted on 2024-11-22 19:19  michaele  阅读(1)  评论(0编辑  收藏  举报