Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/careercup/ctci
/ main
Method
main
java/Chapter 7/Question7_6/Question.java:91–95 ·
view source on GitHub ↗
(String[] args)
Source
from the content-addressed store, hash-verified
89
}
90
91
public
static
void
main(String[] args) {
92
GraphPoint[] points = createPoints();
93
Line line = findBestLine(points);
94
line.Print();
95
}
96
}
Callers
nothing calls this directly
Calls
3
createPoints
Method · 0.95
findBestLine
Method · 0.95
Print
Method · 0.95
Tested by
no test coverage detected