diff options
Diffstat (limited to 'Algorithms/Part-I/3-Collinear')
-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 |