MCPcopy Create free account
hub / github.com/SR-Sunny-Raj/Hacktoberfest2021-DSA / IsEmpty

Method IsEmpty

11. Stack/simple_stack.cpp:25–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 }
24
25 bool IsEmpty(){
26 if(top==-1){
27 return true;
28 }
29 else{
30 return false;
31 }
32 }
33
34 void push(int val){
35 if(IsFull()){

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected