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

Method push

S-Stack/StacksUsingQueue.cpp:77–80  ·  view source on GitHub ↗

push easy

Source from the content-addressed store, hash-verified

75 }
76 //push easy
77 void push(int x){
78 q1.push(x);
79 N++;
80 }
81
82 //pop expensive
83 void pop(){

Callers

nothing calls this directly

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected