Initial commit.

This commit is contained in:
Alex Huddleston 2017-11-23 21:17:20 -06:00
commit 90d20772b1
4 changed files with 10 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
data/

BIN
420Project17fall.docx Normal file

Binary file not shown.

BIN
420Project17fall.pdf Normal file

Binary file not shown.

9
README.md Normal file
View file

@ -0,0 +1,9 @@
See 420Project17fall.pdf
use this script to download the data files, because I'm not hosting them here.
mkdir "data"
for i in {0..28}
do
wget "http://courses.cse.tamu.edu/daugher/misc/PPP/homeworks/data/${i}states.bin" -O "data/${i}.bin"
done