優先隊列

/* empty( ) //判斷一個隊列是否爲空 pop( ) //刪除隊頂元素 top( ) //返回優先隊列的隊頂元素 push( ) //加入一個元素 size( ) //返回優先隊列中擁有的元素個數 */ #include <iostream> #include <queue> using namespace std; int main(int argc, c
相關文章
相關標籤/搜索