Initial commit.
This commit is contained in:
commit
90d20772b1
4 changed files with 10 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
data/
|
BIN
420Project17fall.docx
Normal file
BIN
420Project17fall.docx
Normal file
Binary file not shown.
BIN
420Project17fall.pdf
Normal file
BIN
420Project17fall.pdf
Normal file
Binary file not shown.
9
README.md
Normal file
9
README.md
Normal 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
|
Reference in a new issue