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 | |
parent | f2c6973ed74702e7a7434cdc2630be3d8ba87b59 (diff) | |
download | coursera-9641e1fb13ecd726473286ed15b4fb316bcc8cf1.zip coursera-9641e1fb13ecd726473286ed15b4fb316bcc8cf1.tar.gz |
Algorithms-I : 3-Collinear: add horizontal5.txt
Diffstat (limited to 'Algorithms')
-rw-r--r-- | Algorithms/Part-I/3-Collinear/horizontal5.txt | 21 | ||||
-rwxr-xr-x | Algorithms/Part-I/3-Collinear/run.sh | 1 |
2 files changed, 22 insertions, 0 deletions
diff --git a/Algorithms/Part-I/3-Collinear/horizontal5.txt b/Algorithms/Part-I/3-Collinear/horizontal5.txt new file mode 100644 index 0000000..4f50d59 --- /dev/null +++ b/Algorithms/Part-I/3-Collinear/horizontal5.txt @@ -0,0 +1,21 @@ +20 +7453 14118 +2682 14118 +7821 14118 +5067 14118 +9972 4652 +16307 4652 +5766 4652 +4750 4652 +13291 7996 +20547 7996 +10411 7996 +8934 7996 +1888 7657 +7599 7657 +12772 7657 +13832 7657 +10375 12711 +14226 12711 +20385 12711 +18177 12711 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 |