[數據結構]Priority_queue(優先級隊列)

//.h const int MAX_LEN = 100; template<class List_entry> class p_queue { public: p_queue(); bool full(); bool empty(); int size(); void clear(); void insert(const List_entry ¤t); void remove();
相關文章
相關標籤/搜索