Блог пользователя Zhanibekkk

Автор Zhanibekkk, история, 5 лет назад, По-английски

Are there any drawbacks in usage of deque instead of vector

  • Проголосовать: нравится
  • 0
  • Проголосовать: не нравится

»
5 лет назад, # |
  Проголосовать: нравится +2 Проголосовать: не нравится

Are there any drawbacks not asking google ?

»
5 лет назад, # |
  Проголосовать: нравится +4 Проголосовать: не нравится

They are similar to vectors, but are more efficient in case of insertion and deletion of elements. Unlike vectors, contiguous storage allocation may not be guaranteed.

Learn more about it from this :D.

»
5 лет назад, # |
Rev. 2   Проголосовать: нравится +24 Проголосовать: не нравится

There is vectorman, but there isn't a user named dequeman, so therefore vectors are better. Of course, arrayman is the most op of them all, so arrays are the best.