diff options
Diffstat (limited to 'Algorithms/Part-I/3-Collinear/run.sh')
-rwxr-xr-x | Algorithms/Part-I/3-Collinear/run.sh | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/Algorithms/Part-I/3-Collinear/run.sh b/Algorithms/Part-I/3-Collinear/run.sh index 154d8d7..07ed3a3 100755 --- a/Algorithms/Part-I/3-Collinear/run.sh +++ b/Algorithms/Part-I/3-Collinear/run.sh @@ -13,12 +13,16 @@ done ~/algs4/bin/findbugs *.class echo "RUN..." -# java -enableassertions Point -# java Brute input6.txt -# java Brute input8.txt +java -enableassertions Point +java Brute input6.txt +java Brute input8.txt java Brute random152.txt -# java Fast input6.txt -# java Fast input8.txt +java Fast input6.txt +java Fast input8.txt +java Fast input300.txt +java Fast input400.txt java Fast random152.txt +java Fast input1000.txt +java Fast input10000.txt zip collinear.zip Point.java Brute.java Fast.java |