Please subscribe to the official Codeforces channel in Telegram via the link https://t.me/codeforces_official. ×

Role of container in priority_queue

Revision en1, by rajutsav1234, 2021-08-13 12:34:05

Role of container in priority_queue of C++ STL.

Why vectors are used in container.

And what are advantages and disadvantages if I use deque instead of vector.

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English rajutsav1234 2021-08-13 12:34:05 199 Initial revision (published)