MCPcopy 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

mainMethod · 0.95
constructMethod · 0.95
constructMethod · 0.95
constructMethod · 0.95
constructMethod · 0.95
constructMethod · 0.95
constructMethod · 0.95
minAddToMakeValidMethod · 0.95
lexoSubseqKMethod · 0.95
makeGoodMethod · 0.95
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected