Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 ;
9
public:
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
walk
Method · 0.95
topologicalSort
Method · 0.95
lexoSubseqK
Method · 0.95
makeGood
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected