diff --git a/queue.md b/queue.md index 725af108..dc9f7cce 100644 --- a/queue.md +++ b/queue.md @@ -5,7 +5,7 @@
- \ No newline at end of file + + +# push +**Description** : push() function is used to insert an element at the back of the queue. The element is added to the queue container and the size of the queue is increased by 1. + +**Example**: +```cpp + // Empty queue + queue