Queue | C++ STL (Standard Template Library) | std::queue

preview_player
Показать описание
In this lesson we study about queue container and different functions of queue.

#stl #queue #standardtemplatelibrary #CPP #FIFO
Рекомендации по теме
Комментарии
Автор

Plz make complete playlist on stl library and oops

MoyeMoyeeBgmi
Автор

Thanks.
What software are you using for explaining this?

rahul-patil
Автор

Queue should not have back() API, only front should have been exposed.
Similar to stack where we have only top element access, not the bottom of the satck.

bestsaurabh