c++中的小堆栈

来源:互联网 发布:java图书管理系统 编辑:程序博客网 时间:2024/05/21 06:14

priority_queue< int,vector<int>,greater<int> > q;//小顶堆

可以用来做哈夫曼树的题目

0 0
原创粉丝点击