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

Method isEmpty

11. Stack/Stack Using Array.cpp:10–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8 int size = 0 ;
9public:
10 bool isEmpty()
11 {
12 if(this->size == 0)
13 return true ;
14 else
15 return false ;
16 }
17 int Size()
18 {
19 return this->size;

Callers 4

walkMethod · 0.95
topologicalSortMethod · 0.95
lexoSubseqKMethod · 0.95
makeGoodMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected