Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Lakhankumawat/LearnCPP
/ Stack1
Method
Stack1
S-Stack/StacksUsingQueue.cpp:20–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
19
public:
20
Stack1(){
21
N=0;
22
}
23
//push expensive
24
void push(int x){
25
q2.push(x);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected