CA 2 Collinear Points
Assignment Spec
Output
Data Structures CA2 Collinear Points - kw1260.txt, rs1423.txt, random152.txt, grid6x6.txt, horizontal50.txt, vertical25.txt, input10.txt
To run use the following command from root, or collinear-all.bat to run a sample of the input files (see images above):
Display Output From File
Display the output of the following files: kw1260.txt, rs1423.txt, random152.txt, grid6x6.txt, horizontal50.txt, vertical25.txt, input10.txt
javac -cp jars/algs4.jar;jars/stdlib.jar ca2-collinear-points/Point.java ca2-collinear-points/PointPlotterAll.java && java -cp .;ca2-collinear-points;jars/algs4.jar;jars/stdlib.jar PointPlotterAll