summaryrefslogtreecommitdiffstats
path: root/Algorithms/Part-I/3-Collinear/run.sh
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2013-03-11 23:20:11 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2013-11-15 17:38:44 +0100
commit9641e1fb13ecd726473286ed15b4fb316bcc8cf1 (patch)
tree33dad80185ad06b3a44a99b8ebfccf68c7181bee /Algorithms/Part-I/3-Collinear/run.sh
parentf2c6973ed74702e7a7434cdc2630be3d8ba87b59 (diff)
downloadcoursera-9641e1fb13ecd726473286ed15b4fb316bcc8cf1.zip
coursera-9641e1fb13ecd726473286ed15b4fb316bcc8cf1.tar.gz
Algorithms-I : 3-Collinear: add horizontal5.txt
Diffstat (limited to 'Algorithms/Part-I/3-Collinear/run.sh')
-rwxr-xr-xAlgorithms/Part-I/3-Collinear/run.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/Algorithms/Part-I/3-Collinear/run.sh b/Algorithms/Part-I/3-Collinear/run.sh
index 07ed3a3..de8c21c 100755
--- a/Algorithms/Part-I/3-Collinear/run.sh
+++ b/Algorithms/Part-I/3-Collinear/run.sh
@@ -17,6 +17,7 @@ java -enableassertions Point
java Brute input6.txt
java Brute input8.txt
java Brute random152.txt
+java Fast horizontal5.txt
java Fast input6.txt
java Fast input8.txt
java Fast input300.txt