Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SR-Sunny-Raj/Hacktoberfest2021-DSA
/ isempty
Method
isempty
11. Stack/ArrayImplementStack.cpp:50–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
bool isempty()
51
{
52
return top==-1;
53
}
54
55
};
56
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected