diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2013-03-11 23:20:11 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2013-11-15 17:38:44 +0100 |
commit | 9641e1fb13ecd726473286ed15b4fb316bcc8cf1 (patch) | |
tree | 33dad80185ad06b3a44a99b8ebfccf68c7181bee /Algorithms/Part-I/3-Collinear/run.sh | |
parent | f2c6973ed74702e7a7434cdc2630be3d8ba87b59 (diff) | |
download | coursera-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-x | Algorithms/Part-I/3-Collinear/run.sh | 1 |
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 |