Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/careercup/ctci
/ size
Method
size
java/Chapter 3/Question3_5/MyQueue.java:13–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
}
12
13
public
int
size() {
14
return
stackNewest.size() + stackOldest.size();
15
}
16
17
public
void
add(T value) {
18
// Push onto stack1
Callers
5
main
Method · 0.95
mergesort
Method · 0.45
getLastStack
Method · 0.45
pop
Method · 0.45
leftShift
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected