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

Method Stack2

S-Stack/StacksUsingQueue.cpp:73–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71
72public:
73 Stack2(){
74 N=0;
75 }
76 //push easy
77 void push(int x){
78 q1.push(x);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected