Home > Back-end >  The difference between multiset and priority queue in the STL
The difference between multiset and priority queue in the STL

Time:10-11

Consult the STL multiset and priority queue

CodePudding user response:

Multiset bottom is balanced tree, a priority queue is a heap
  • Related