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

Method size

11. Stack/ArrayImplementStack.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 }
39
40 int size()
41 {
42 return top+1;
43 }
44
45 int peek()
46 {

Callers 15

mainMethod · 0.95
constructMethod · 0.95
constructMethod · 0.95
constructMethod · 0.95
constructMethod · 0.95
constructMethod · 0.95
constructMethod · 0.95
walkMethod · 0.95
kosarajuMethod · 0.95
minAddToMakeValidMethod · 0.95
lexoSubseqKMethod · 0.95
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected