Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/careercup/ctci
/ print
Method
print
java/Chapter 18/Question18_11/Subsquare.java:11–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
9
}
10
11
public
void
print() {
12
System.out.println(
"("
+ row +
", "
+ column +
", "
+ size +
")"
);
13
}
14
}
Callers
4
main
Method · 0.95
main
Method · 0.95
printMinHeapAndMaxHeap
Method · 0.45
main
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected