Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/careercup/ctci
/ Print
Method
Print
java/Chapter 7/Question7_6/Line.java:24–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
}
23
24
public
void
Print() {
25
System.out.println(
"y = "
+ slope +
"x + "
+ intercept);
26
}
27
28
public
static
double floorToNearestEpsilon(double d) {
29
int
r = (
int
) (d / epsilon);
Callers
7
main
Method · 0.95
InOrderTraverse
Function · 0.80
printPath
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected