Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SR-Sunny-Raj/Hacktoberfest2021-DSA
/ peek
Method
peek
11. Stack/ArrayImplementStack.cpp:45–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
int peek()
46
{
47
return arr[top];
48
}
49
50
bool isempty()
51
{
Callers
11
main
Method · 0.95
construct
Method · 0.95
construct
Method · 0.95
construct
Method · 0.95
construct
Method · 0.95
construct
Method · 0.95
construct
Method · 0.95
minAddToMakeValid
Method · 0.95
lexoSubseqK
Method · 0.95
makeGood
Method · 0.95
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected