MCPcopy Create free account
hub / github.com/Lakhankumawat/LearnCPP / dequeue

Method dequeue

Q-Queue/DequeImplementation.cpp:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6 int a[20],f,r;
7public:
8 dequeue() {
9 f=-1;
10 r=-1;
11 }
12
13 //inserts element at the front if the deque is not full
14 void insert_at_beg(int i) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected