Skip to content

Instantly share code, notes, and snippets.

@mc256
Last active November 16, 2016 22:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mc256/a90f1381f35d1a1bed6cc88a3e15072c to your computer and use it in GitHub Desktop.
Save mc256/a90f1381f35d1a1bed6cc88a3e15072c to your computer and use it in GitHub Desktop.
java problem3 test cases
Point[] S1 = { new Point("p1", 1, 8), new Point("p2", 2, 7), new Point("p3", 3, 6), new Point("p4", 4, 5), new Point("p5", 5, 4), new Point("p6", 6, 3), new Point("p7", 7, 2), new Point("p8", 8, 1) };
Point[] S2 = { new Point("p1", -8, 3), new Point("p2", -7, 1), new Point("p3", -1, 6), new Point("p4", 2, 4), new Point("p5", 4, 8), new Point("p6", 5, 9), new Point("p7", 7, 1), new Point("p8", 9, 7) };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment