MCPcopy 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

createPointsMethod · 0.95
findBestLineMethod · 0.95
PrintMethod · 0.95

Tested by

no test coverage detected