CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
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
Page link:
https//www.codepudding.com/Backend/62165.html
Prev:
C beginners ask god for help
Next:
Why can't I this output function, running in the main function
Tags:
C + + language
Related
Links:
CodePudding