Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/careercup/ctci
/ numberOfElements
Method
numberOfElements
java/Chapter 3/Question3_1/QuestionB.java:43–45 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
41
}
42
43
public
static
int
numberOfElements() {
44
return
stacks[0].size + stacks[1].size + stacks[2].size;
45
}
46
47
public
static
int
nextElement(
int
index) {
48
if
(index + 1 == total_size) {
Callers
1
push
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected